5 references to ExcludeXml
Microsoft.Maui.Controls.Build.Tasks (1)
NodeILExtensions.cs (1)
700 foreach (var kvp in node.NamespaceResolver.GetNamespacesInScope(XmlNamespaceScope.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);