1 write to _text
Test.Utilities (1)
WordParser.cs (1)
104
_text
= text ?? throw new ArgumentNullException(nameof(text));
5 references to _text
Test.Utilities (5)
WordParser.cs (5)
554
while (_index <
_text
.Length)
556
char c =
_text
[_index++];
572
for (int index = _index; index <
_text
.Length; index++)
574
char c =
_text
[index];
594
char c =
_text
[--_index];