2 writes to _nextNameIndex
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (2)
281
public int NextNameIndex { get { return _nextNameIndex; } set {
_nextNameIndex
= value; } }
292
_nextNameIndex
= 0;
1 reference to _nextNameIndex
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (1)
281
public int NextNameIndex { get { return
_nextNameIndex
; } set { _nextNameIndex = value; } }