Base:
method
LookupNamespace
System.Xml.XmlReader.LookupNamespace(System.String)
4 references to LookupNamespace
System.Runtime.Remoting (3)
metadata\wsdlparser.cs (3)
2213Util.Log("WsdlParser.ParseQName Enter qname "+qname+" default xmlns NS "+_XMLReader.LookupNamespace("")); 2238ns = _XMLReader.LookupNamespace(""); 2252ns = _XMLReader.LookupNamespace(prefix);
WindowsBase (1)
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
706if (!Object.ReferenceEquals(ns, reader.LookupNamespace(typeValue.Substring(0, index)))