4 references to ExcludeXml
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
112namespacesInScope = nsResolver.GetNamespacesInScope(XmlNamespaceScope.ExcludeXml);
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
728IDictionary<string, string> namespacesInScope = xmlReader.GetNamespacesInScope(XmlNamespaceScope.ExcludeXml);
System.Xml (2)
System\Xml\Schema\XsdValidator.cs (1)
234foreach(string ns in nsManager.GetNamespacesInScope(XmlNamespaceScope.ExcludeXml).Values) {
System\Xml\XmlNamespacemanager.cs (1)
215case XmlNamespaceScope.ExcludeXml: