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