3 references to LookupNamespace
System.Private.Xml (3)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
227
return
LookupNamespace
(prefix, _lastRecord, 0);
365
if (
LookupNamespace
(_records[currentRecord].ncName!, _lastRecord, currentRecord + 1) != null)
400
if (_scope.
LookupNamespace
(_scope._records[_currentRecord].ncName!, _lastRecord, _currentRecord + 1) == null)