1 write to _strLen
PresentationBuildTasks (1)
Shared\MS\Internal\TokenizerHelper.cs (1)
95_strLen = str == null ? 0 : str.Length;
7 references to _strLen
PresentationBuildTasks (7)
Shared\MS\Internal\TokenizerHelper.cs (7)
103while (_charIndex < _strLen) 130if (_charIndex != _strLen) 194if (_charIndex >= _strLen) 220while (_charIndex < _strLen) 280if (_charIndex < _strLen) 297while (_charIndex < _strLen) 326if (argSepCount > 0 && _charIndex >= _strLen)