2 writes to nextNameIndex
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (2)
258public int NextNameIndex { get { return this.nextNameIndex; } set { this.nextNameIndex = value; } } 268this.nextNameIndex = 0;
1 reference to nextNameIndex
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (1)
258public int NextNameIndex { get { return this.nextNameIndex; } set { this.nextNameIndex = value; } }