1 write to _str
PresentationBuildTasks (1)
Shared\MS\Internal\TokenizerHelper.cs (1)
94_str = str;
14 references to _str
PresentationBuildTasks (14)
Shared\MS\Internal\TokenizerHelper.cs (14)
105if (!Char.IsWhiteSpace(_str, _charIndex)) 122return _str.Substring(_currentTokenIndex,_currentTokenLength); 132throw new System.InvalidOperationException(SR.Get(SRID.TokenizerHelperExtraDataEncountered, _charIndex, _str)); 153throw new System.InvalidOperationException(SR.Get(SRID.TokenizerHelperPrematureStringTermination, _str)); 167throw new System.InvalidOperationException(SR.Get(SRID.TokenizerHelperPrematureStringTermination, _str)); 199char currentChar = _str[_charIndex]; 222currentChar = _str[_charIndex]; 259throw new System.InvalidOperationException(SR.Get(SRID.TokenizerHelperMissingEndQuote, _str)); 270throw new System.InvalidOperationException(SR.Get(SRID.TokenizerHelperEmptyToken, _charIndex, _str)); 282char currentChar = _str[_charIndex]; 290throw new System.InvalidOperationException(SR.Get(SRID.TokenizerHelperExtraDataEncountered, _charIndex, _str)); 299currentChar = _str[_charIndex]; 309throw new System.InvalidOperationException(SR.Get(SRID.TokenizerHelperEmptyToken, _charIndex, _str)); 328throw new System.InvalidOperationException(SR.Get(SRID.TokenizerHelperEmptyToken, _charIndex, _str));