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