7 references to All
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
1845
if (nsdecl.scope != -1 || (XmlNamespaceScope.
All
== scope && "xml" == nsdecl.prefix))
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
481
IDictionary<string, string> namespaceDecls = NamespaceResolver.GetNamespacesInScope(XmlNamespaceScope.
All
);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (1)
1049
if (scope == XmlNamespaceScope.
All
)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
2166
IDictionary<string, string> namespaceDecls = _nsResolver.GetNamespacesInScope(XmlNamespaceScope.
All
);
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (1)
240
case XmlNamespaceScope.
All
:
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (2)
539
if (scope == XmlNamespaceScope.
All
)
1979
IDictionary<string, string> dictionary = resolver.GetNamespacesInScope(XmlNamespaceScope.
All
);