5 references to LookupNamespace
System.Private.Xml (5)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2768
string? ns = _scope.
LookupNamespace
(prefix);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
266
string? ns = _scope.
LookupNamespace
(prefix);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
967
return _scope.
LookupNamespace
(prefix);
System\Xml\Xsl\Xslt\XsltInput.cs (2)
136
if (_scopeManager.
LookupNamespace
(prefixNamespacePair.Key) == null)
1096
string? nsUri = _scopeManager.
LookupNamespace
(prefix);