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