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)
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]);