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