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