Base:
method
LookupNamespace
System.Xml.XmlReader.LookupNamespace(System.String)
3 references to LookupNamespace
System.Private.Xml (3)
System\Xml\Core\XmlValidatingReader.cs (2)
201
string? ns = _impl.
LookupNamespace
(prefix);
273
return _impl.
LookupNamespace
(prefix);
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
805
return this.
LookupNamespace
(prefix);