5 references to LookupNamespace
System.Data.SqlXml (5)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2315
string ns = scope.
LookupNamespace
(prefix);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
219
string ns = scope.
LookupNamespace
(prefix);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
874
return scope.
LookupNamespace
(prefix);
System\Xml\Xsl\Xslt\XsltInput.cs (2)
127
if (scopeManager.
LookupNamespace
(prefixNamespacePair.Key) == null) {
932
string nsUri = scopeManager.
LookupNamespace
(prefix);