4 references to GetNamespacesInScope
System.Private.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1811
return _textXmlReader.
GetNamespacesInScope
(scope);
System\Xml\Core\XmlTextReader.cs (2)
342
return _impl.
GetNamespacesInScope
(scope);
359
return _impl.
GetNamespacesInScope
(scope);
System\Xml\Core\XmlTextReaderImpl.cs (1)
1928
return this.
GetNamespacesInScope
(scope);