<PackageReference Include="Castle.Core" Version="4.2.1" />

Castle.Components.DictionaryAdapter.Xml.XmlContext

namespace Castle.Components.DictionaryAdapter.Xml { public class XmlContext : XmlContextBase, IXmlContext, IXmlNamespaceSource { public string ChildNamespaceUri { get; } public XmlContext(XmlMetadata metadata); protected XmlContext(XmlContext parent); public IXmlContext Clone(); public bool IsReservedNamespaceUri(string namespaceUri); public XmlName GetDefaultXsiType(Type clrType); public IEnumerable<IXmlIncludedType> GetIncludedTypes(Type baseType); } }