4 references to ResolveNamespace
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (1)
100
return
ResolveNamespace
(prefix, out thisScope);
System\Xml\Xsl\XsltOld\RecordBuilder.cs (3)
321
string nspaceDeclared = this.scopeManager.
ResolveNamespace
(name, out thisScope);
463
string nspace = this.scopeManager.
ResolveNamespace
(this.mainNode.Prefix, out thisScope);
498
string nspace = this.scopeManager.
ResolveNamespace
(info.Prefix, out thisScope);