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)
554while (_index < _text.Length) 556char c = _text[_index++]; 572for (int index = _index; index < _text.Length; index++) 574char c = _text[index]; 594char c = _text[--_index];