3 writes to _currentIndex
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (3)
598_currentIndex = -1; 608_currentIndex = attrib; 667_currentIndex = -1;
6 references to _currentIndex
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (6)
286if (_currentIndex + 1 < _attributeCount) 288SetAttribute(_currentIndex + 1); 678Debug.Assert((_currentIndex == -1) == (_currentInfo == _mainNode)); 679Debug.Assert((_currentIndex == -1) || (_currentInfo == _attributeValue || _attributeList![_currentIndex] is BuilderInfo && _attributeList[_currentIndex] == _currentInfo));