4 references to ExcludeXml
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
720IDictionary<string, string>? namespacesInScope = xmlReader.GetNamespacesInScope(XmlNamespaceScope.ExcludeXml);
System.Private.Xml (3)
System\Xml\Schema\XsdValidator.cs (1)
268foreach (string ns in _nsManager.GetNamespacesInScope(XmlNamespaceScope.ExcludeXml).Values)
System\Xml\XmlNamespacemanager.cs (1)
234case XmlNamespaceScope.ExcludeXml:
System\Xml\Xsl\Xslt\XsltInput.cs (1)
118namespacesInScope = nsResolver.GetNamespacesInScope(XmlNamespaceScope.ExcludeXml);