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