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