8 references to DeclareName
System.Data.SqlXml (8)
System\Xml\Xsl\IlGen\StaticDataManager.cs (2)
96return this.uniqueFilters.Add(new Int32Pair(DeclareName(locName), DeclareName(nsUri)));
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (6)
1804this.helper.CallGetAtomizedName(this.helper.StaticData.DeclareName(name.LocalName)); 1805this.helper.CallGetAtomizedName(this.helper.StaticData.DeclareName(name.NamespaceUri)); 2420this.helper.CallGetAtomizedName(this.helper.StaticData.DeclareName(ndName.LocalName)); 2421this.helper.CallGetAtomizedName(this.helper.StaticData.DeclareName(ndName.NamespaceUri)); 3946this.helper.LoadInteger(this.helper.StaticData.DeclareName(ndName.LocalName)); 3947this.helper.LoadInteger(this.helper.StaticData.DeclareName(ndName.NamespaceUri));