2 writes to _nextNameIndex
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (2)
281public 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)
281public int NextNameIndex { get { return _nextNameIndex; } set { _nextNameIndex = value; } }