1 write to _text
NuGet.Common (1)
Tokenizer\Tokenizer.cs (1)
34_text = text;
7 references to _text
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]);