3 references to LookupNamespace
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
192
return
LookupNamespace
(prefix, lastRecord, 0);
303
if (
LookupNamespace
(records[currentRecord].ncName, lastRecord, currentRecord + 1) != null) {
335
if (scope.
LookupNamespace
(scope.records[currentRecord].ncName, lastRecord, currentRecord + 1) == null) {