53 references to XmlNamespaceScope
Microsoft.Maui.Controls.Build.Tasks (1)
NodeILExtensions.cs (1)
700
foreach (var kvp in node.NamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
.ExcludeXml))
Microsoft.Maui.Controls.Xaml (1)
XamlServiceProvider.cs (1)
284
public IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope) => throw new NotImplementedException();
netstandard (1)
netstandard.cs (1)
2481
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlNamespaceScope
))]
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
123
IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope (
XmlNamespaceScope
scope ) {
System.IO.Packaging (1)
System\IO\Packaging\XmlWrappingReader.cs (1)
115
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
720
IDictionary<string, string>? namespacesInScope = xmlReader.GetNamespacesInScope(
XmlNamespaceScope
.ExcludeXml);
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
1012
internal IDictionary<string, string>? GetNamespacesInScope(
XmlNamespaceScope
scope)
System.Private.Xml (42)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
1806
System.Collections.Generic.IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
1816
if (
XmlNamespaceScope
.Local == scope)
1834
if (nsdecl.scope != -1 || (
XmlNamespaceScope
.All == scope && "xml" == nsdecl.prefix))
System\Xml\Core\XmlAsyncCheckReader.cs (2)
928
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
990
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
System\Xml\Core\XmlCharCheckingReader.cs (1)
649
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
System\Xml\Core\XmlSubtreeReader.cs (1)
1214
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
System\Xml\Core\XmlTextReader.cs (2)
340
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
357
public IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
System\Xml\Core\XmlTextReaderImpl.cs (2)
1926
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
1942
internal IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
158
public override IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope) { return null!; }
System\Xml\Core\XmlValidatingReader.cs (1)
266
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
798
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
814
internal IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
26
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
System\Xml\Core\XsdValidatingReader.cs (1)
1919
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
System\Xml\Dom\DocumentSchemaValidator.cs (3)
169
public IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
172
if (scope !=
XmlNamespaceScope
.Local)
455
IDictionary<string, string> namespaceDecls = NamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
.All);
System\Xml\Dom\DocumentXmlWriter.cs (1)
491
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
System\Xml\Dom\XmlNodeReader.cs (5)
985
internal IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
1021
if (scope ==
XmlNamespaceScope
.Local)
1035
if (scope !=
XmlNamespaceScope
.Local)
1041
if (scope ==
XmlNamespaceScope
.All)
1907
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
System\Xml\IXmlNamespaceResolver.cs (1)
17
IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope);
System\Xml\Schema\XmlAtomicValue.cs (1)
69
public IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
System\Xml\Schema\XmlSchemaValidator.cs (1)
2136
IDictionary<string, string> namespaceDecls = _nsResolver.GetNamespacesInScope(
XmlNamespaceScope
.All);
System\Xml\Schema\XsdValidator.cs (1)
268
foreach (string ns in _nsManager.GetNamespacesInScope(
XmlNamespaceScope
.ExcludeXml).Values)
System\Xml\XmlNamespacemanager.cs (5)
223
public virtual IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
231
case
XmlNamespaceScope
.All:
234
case
XmlNamespaceScope
.ExcludeXml:
237
case
XmlNamespaceScope
.Local:
257
if (uri.Length > 0 || prefix.Length > 0 || scope ==
XmlNamespaceScope
.Local)
System\Xml\XPath\XPathNavigator.cs (5)
469
public virtual IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
472
if ((nt != XPathNodeType.Element && scope !=
XmlNamespaceScope
.Local) || nt == XPathNodeType.Attribute || nt == XPathNodeType.Namespace)
484
if (scope ==
XmlNamespaceScope
.All)
496
if (prefix.Length != 0 || ns.Length != 0 || scope ==
XmlNamespaceScope
.Local)
1883
IDictionary<string, string> dictionary = resolver.GetNamespacesInScope(
XmlNamespaceScope
.All);
System\Xml\XPath\XPathNavigatorReader.cs (1)
145
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
118
namespacesInScope = nsResolver.GetNamespacesInScope(
XmlNamespaceScope
.ExcludeXml);
System.Xaml (2)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
123
IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope (
XmlNamespaceScope
scope ) {
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
199
IDictionary<string, string> rootNamespaces = myXmlReaderNS.GetNamespacesInScope(
XmlNamespaceScope
.Local);
System.Xml (1)
System.Xml.cs (1)
211
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlNamespaceScope
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
138
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlNamespaceScope
))]