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)
286
if (
_currentIndex
+ 1 < _attributeCount)
288
SetAttribute(
_currentIndex
+ 1);
678
Debug.Assert((
_currentIndex
== -1) == (_currentInfo == _mainNode));
679
Debug.Assert((
_currentIndex
== -1) || (_currentInfo == _attributeValue || _attributeList![
_currentIndex
] is BuilderInfo && _attributeList[
_currentIndex
] == _currentInfo));