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