7 references to All
System.Private.Xml (7)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1834if (nsdecl.scope != -1 || (XmlNamespaceScope.All == scope && "xml" == nsdecl.prefix))
System\Xml\Dom\DocumentSchemaValidator.cs (1)
455IDictionary<string, string> namespaceDecls = NamespaceResolver.GetNamespacesInScope(XmlNamespaceScope.All);
System\Xml\Dom\XmlNodeReader.cs (1)
1041if (scope == XmlNamespaceScope.All)
System\Xml\Schema\XmlSchemaValidator.cs (1)
2124IDictionary<string, string> namespaceDecls = _nsResolver.GetNamespacesInScope(XmlNamespaceScope.All);
System\Xml\XmlNamespacemanager.cs (1)
231case XmlNamespaceScope.All:
System\Xml\XPath\XPathNavigator.cs (2)
484if (scope == XmlNamespaceScope.All) 1883IDictionary<string, string> dictionary = resolver.GetNamespacesInScope(XmlNamespaceScope.All);