1 write to _currentTokenLength
WindowsBase (1)
Shared\MS\Internal\TokenizerHelper.cs (1)
266
_currentTokenLength
= newTokenLength;
2 references to _currentTokenLength
WindowsBase (2)
Shared\MS\Internal\TokenizerHelper.cs (2)
122
return _str.Substring(_currentTokenIndex,
_currentTokenLength
);
268
if (
_currentTokenLength
< 1)