Base:
method
LookupNamespace
System.Xml.XmlReader.LookupNamespace(System.String)
5 references to LookupNamespace
System.Private.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
905return _textXmlReader.LookupNamespace(prefix);
System\Xml\Core\XmlTextReader.cs (2)
268string? ns = _impl.LookupNamespace(prefix); 347return _impl.LookupNamespace(prefix);
System\Xml\Core\XmlTextReaderImpl.cs (1)
1933return this.LookupNamespace(prefix);
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
595return _coreReaderImpl.LookupNamespace(prefix);