7 references to LookupXmlNamespace
System.Private.Xml (7)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
964
list[idx] = this.
LookupXmlNamespace
(string.Empty)!;
972
list[idx] = this.
LookupXmlNamespace
(list[idx])!;
System\Xml\Xsl\Xslt\XsltLoader.cs (5)
1025
stylesheetNsUri = _input.
LookupXmlNamespace
(_input.Value == "#default" ? string.Empty : _input.Value);
1038
resultNsUri = _input.
LookupXmlNamespace
(resultPrefix);
1300
scriptNs = _input.
LookupXmlNamespace
(_input.Value);
2760
namespaceName = _input.
LookupXmlNamespace
(prefix)!;
2843
namespaceName = _input.
LookupXmlNamespace
(prefix) ?? _compiler.CreatePhantomNamespace();