6 writes to _charIndex
WindowsBase (6)
Shared\MS\Internal\TokenizerHelper.cs (6)
110
++
_charIndex
;
212
++
_charIndex
; // move to next character
237
++
_charIndex
; // move past the quote
251
++
_charIndex
;
305
_charIndex
++;
314
++
_charIndex
;
18 references to _charIndex
WindowsBase (18)
Shared\MS\Internal\TokenizerHelper.cs (18)
103
while (
_charIndex
< _strLen)
105
if (!Char.IsWhiteSpace(_str,
_charIndex
))
130
if (
_charIndex
!= _strLen)
132
throw new System.InvalidOperationException(SR.Get(SRID.TokenizerHelperExtraDataEncountered,
_charIndex
, _str));
194
if (
_charIndex
>= _strLen)
199
char currentChar = _str[
_charIndex
];
215
int newTokenIndex =
_charIndex
;
220
while (
_charIndex
< _strLen)
222
currentChar = _str[
_charIndex
];
270
throw new System.InvalidOperationException(SR.Get(SRID.TokenizerHelperEmptyToken,
_charIndex
, _str));
280
if (
_charIndex
< _strLen)
282
char currentChar = _str[
_charIndex
];
290
throw new System.InvalidOperationException(SR.Get(SRID.TokenizerHelperExtraDataEncountered,
_charIndex
, _str));
297
while (
_charIndex
< _strLen)
299
currentChar = _str[
_charIndex
];
309
throw new System.InvalidOperationException(SR.Get(SRID.TokenizerHelperEmptyToken,
_charIndex
, _str));
326
if (argSepCount > 0 &&
_charIndex
>= _strLen)
328
throw new System.InvalidOperationException(SR.Get(SRID.TokenizerHelperEmptyToken,
_charIndex
, _str));