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