6 writes to _index
NuGet.Common (6)
Tokenizer\Tokenizer.cs (6)
35
_index
= 0;
51
_index
++;
83
++
_index
;
98
++
_index
;
106
++
_index
;
123
_index
++;
7 references to _index
NuGet.Common (7)
Tokenizer\Tokenizer.cs (7)
44
if (
_index
>= _text.Length)
49
if (_text[
_index
] == '$')
78
while (
_index
< _text.Length)
80
char ch = _text[
_index
];
120
while (
_index
< _text.Length && _text[
_index
] != '$')
122
sb.Append(_text[
_index
]);