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