7 references to All
System.Xml (7)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1616if (nsdecl.scope != -1 || (XmlNamespaceScope.All == scope && "xml" == nsdecl.prefix)) {
System\Xml\Dom\DocumentSchemaValidator.cs (1)
417IDictionary<string,string> namespaceDecls = NamespaceResolver.GetNamespacesInScope(XmlNamespaceScope.All);
System\Xml\Dom\XmlNodeReader.cs (1)
880if ( scope == XmlNamespaceScope.All ) {
System\Xml\Schema\XmlSchemaValidator.cs (1)
1791IDictionary<string,string> namespaceDecls = nsResolver.GetNamespacesInScope(XmlNamespaceScope.All);
System\Xml\XmlNamespacemanager.cs (1)
212case XmlNamespaceScope.All:
System\Xml\XPath\XPathNavigator.cs (2)
436if (scope == XmlNamespaceScope.All) 1655IDictionary<string,string> dictionary = resolver.GetNamespacesInScope( XmlNamespaceScope.All );