3 writes to _currentTokenIndex
PresentationBuildTasks (3)
Shared\MS\Internal\TokenizerHelper.cs (3)
96_currentTokenIndex = -1; 190_currentTokenIndex = -1; // reset the currentTokenIndex 265_currentTokenIndex = newTokenIndex;
2 references to _currentTokenIndex
PresentationBuildTasks (2)
Shared\MS\Internal\TokenizerHelper.cs (2)
117if (_currentTokenIndex < 0) 122return _str.Substring(_currentTokenIndex,_currentTokenLength);