42 references to XmlNamespaceScope
dotnet-svcutil-lib (42)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (3)
1817
System.Collections.Generic.IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
1827
if (
XmlNamespaceScope
.Local == scope)
1845
if (nsdecl.scope != -1 || (
XmlNamespaceScope
.All == scope && "xml" == nsdecl.prefix))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (2)
952
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
1014
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (1)
691
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (1)
1206
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (2)
351
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
370
public IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
1995
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
2011
internal IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImplHelpers.cs (1)
164
public override IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope) { return null; }
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReader.cs (1)
272
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (2)
799
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
815
internal IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (1)
30
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
1829
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (3)
177
public IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
180
if (scope !=
XmlNamespaceScope
.Local)
481
IDictionary<string, string> namespaceDecls = NamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
.All);
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
481
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (5)
994
internal IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
1030
if (scope ==
XmlNamespaceScope
.Local)
1043
if (scope !=
XmlNamespaceScope
.Local)
1049
if (scope ==
XmlNamespaceScope
.All)
1919
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
FrameworkFork\Microsoft.Xml\Xml\IXmlNamespaceResolver.cs (1)
21
IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlAtomicValue.cs (1)
68
public IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
2166
IDictionary<string, string> namespaceDecls = _nsResolver.GetNamespacesInScope(
XmlNamespaceScope
.All);
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
273
foreach (string ns in _nsManager.GetNamespacesInScope(
XmlNamespaceScope
.ExcludeXml).Values)
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (5)
234
public virtual IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
240
case
XmlNamespaceScope
.All:
243
case
XmlNamespaceScope
.ExcludeXml:
246
case
XmlNamespaceScope
.Local:
266
if (uri.Length > 0 || prefix.Length > 0 || scope ==
XmlNamespaceScope
.Local)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (5)
523
public virtual IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
527
if ((nt != XPathNodeType.Element && scope !=
XmlNamespaceScope
.Local) || nt == XPathNodeType.Attribute || nt == XPathNodeType.Namespace)
539
if (scope ==
XmlNamespaceScope
.All)
551
if (prefix.Length != 0 || ns.Length != 0 || scope ==
XmlNamespaceScope
.Local)
1979
IDictionary<string, string> dictionary = resolver.GetNamespacesInScope(
XmlNamespaceScope
.All);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
150
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (1)
873
internal IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)