1 write to _text
Test.Utilities (1)
src\RoslynAnalyzers\Utilities\Compiler\WordParser.cs (1)
106_text = text ?? throw new ArgumentNullException(nameof(text));
5 references to _text
Test.Utilities (5)
src\RoslynAnalyzers\Utilities\Compiler\WordParser.cs (5)
556while (_index < _text.Length) 558char c = _text[_index++]; 574for (int index = _index; index < _text.Length; index++) 576char c = _text[index]; 596char c = _text[--_index];