21 implementations of GetNamespacesInScope
PresentationBuildTasks (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
139
IDictionary<string,string> IXmlNamespaceResolver.
GetNamespacesInScope
( XmlNamespaceScope scope ) {
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
268
IDictionary<string, string> IXmlNamespaceResolver.
GetNamespacesInScope
(XmlNamespaceScope scope)
System.Xml (18)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1596
System.Collections.Generic.IDictionary<string, string> IXmlNamespaceResolver.
GetNamespacesInScope
(XmlNamespaceScope scope) {
System\Xml\Core\XmlAsyncCheckReader.cs (2)
793
IDictionary<string, string> IXmlNamespaceResolver.
GetNamespacesInScope
(XmlNamespaceScope scope)
850
IDictionary<string, string> IXmlNamespaceResolver.
GetNamespacesInScope
(XmlNamespaceScope scope) {
System\Xml\Core\XmlCharCheckingReader.cs (1)
581
IDictionary<string,string> IXmlNamespaceResolver.
GetNamespacesInScope
( XmlNamespaceScope scope ) {
System\Xml\Core\XmlSubtreeReader.cs (1)
1011
IDictionary<string,string> IXmlNamespaceResolver.
GetNamespacesInScope
( XmlNamespaceScope scope ) {
System\Xml\Core\XmlTextReader.cs (1)
295
IDictionary<string,string> IXmlNamespaceResolver.
GetNamespacesInScope
( XmlNamespaceScope scope ) {
System\Xml\Core\XmlTextReaderImpl.cs (1)
1836
IDictionary<string,string> IXmlNamespaceResolver.
GetNamespacesInScope
( XmlNamespaceScope scope ) {
System\Xml\Core\XmlValidatingReader.cs (1)
228
IDictionary<string,string> IXmlNamespaceResolver.
GetNamespacesInScope
( XmlNamespaceScope scope ) {
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
676
IDictionary<string,string> IXmlNamespaceResolver.
GetNamespacesInScope
( XmlNamespaceScope scope ) {
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
28
IDictionary<string, string> IXmlNamespaceResolver.
GetNamespacesInScope
(XmlNamespaceScope scope) {
System\Xml\Core\XsdValidatingReader.cs (1)
1495
IDictionary<string, string> IXmlNamespaceResolver.
GetNamespacesInScope
(XmlNamespaceScope scope) {
System\Xml\Dom\DocumentSchemaValidator.cs (1)
160
public IDictionary<string,string>
GetNamespacesInScope
(XmlNamespaceScope scope) {
System\Xml\Dom\DocumentXmlWriter.cs (1)
403
IDictionary<string,string> IXmlNamespaceResolver.
GetNamespacesInScope
(XmlNamespaceScope scope) {
System\Xml\Dom\XmlNodeReader.cs (1)
1615
IDictionary<string,string> IXmlNamespaceResolver.
GetNamespacesInScope
( XmlNamespaceScope scope ) {
System\Xml\Schema\XmlAtomicValue.cs (1)
58
public IDictionary<string, string>
GetNamespacesInScope
(XmlNamespaceScope scope) {
System\Xml\XmlNamespacemanager.cs (1)
208
public virtual IDictionary<string,string>
GetNamespacesInScope
( XmlNamespaceScope scope ) {
System\Xml\XPath\XPathNavigator.cs (1)
422
public virtual IDictionary<string,string>
GetNamespacesInScope
(XmlNamespaceScope scope) {
System\Xml\XPath\XPathNavigatorReader.cs (1)
136
IDictionary<string,string> IXmlNamespaceResolver.
GetNamespacesInScope
(XmlNamespaceScope scope) {
WindowsBase (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
139
IDictionary<string,string> IXmlNamespaceResolver.
GetNamespacesInScope
( XmlNamespaceScope scope ) {
14 references to GetNamespacesInScope
PresentationBuildTasks (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
140
return (_readerAsResolver == null) ? null : _readerAsResolver.
GetNamespacesInScope
( scope );
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
270
return (this.baseReaderAsNamespaceResolver == null) ? null : this.baseReaderAsNamespaceResolver.
GetNamespacesInScope
(scope);
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
112
namespacesInScope = nsResolver.
GetNamespacesInScope
(XmlNamespaceScope.ExcludeXml);
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
1059
return (reader is IXmlNamespaceResolver) ? ((IXmlNamespaceResolver)reader).
GetNamespacesInScope
(scope) : null;
System.Xml (9)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1599
return resolver.
GetNamespacesInScope
(scope);
System\Xml\Core\XmlAsyncCheckReader.cs (2)
795
return readerAsIXmlNamespaceResolver.
GetNamespacesInScope
(scope);
851
return readerAsIXmlNamespaceResolver.
GetNamespacesInScope
(scope);
System\Xml\Core\XmlCharCheckingReader.cs (1)
582
return readerAsNSResolver.
GetNamespacesInScope
( scope );
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
690
return coreReaderNSResolver.
GetNamespacesInScope
( scope );
System\Xml\Core\XsdValidatingReader.cs (1)
1497
return coreReaderNSResolver.
GetNamespacesInScope
(scope);
System\Xml\Dom\DocumentSchemaValidator.cs (1)
417
IDictionary<string,string> namespaceDecls = NamespaceResolver.
GetNamespacesInScope
(XmlNamespaceScope.All);
System\Xml\Schema\XmlSchemaValidator.cs (1)
1791
IDictionary<string,string> namespaceDecls = nsResolver.
GetNamespacesInScope
(XmlNamespaceScope.All);
System\Xml\XPath\XPathNavigator.cs (1)
1655
IDictionary<string,string> dictionary = resolver.
GetNamespacesInScope
( XmlNamespaceScope.All );
WindowsBase (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
140
return (_readerAsResolver == null) ? null : _readerAsResolver.
GetNamespacesInScope
( scope );