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