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)
44if (_index >= _text.Length) 49if (_text[_index] == '$') 78while (_index < _text.Length) 80char ch = _text[_index]; 120while (_index < _text.Length && _text[_index] != '$') 122sb.Append(_text[_index]);