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