2 writes to _index
Test.Utilities (2)
WordParser.cs (2)
556char c = _text[_index++]; 594char c = _text[--_index];
3 references to _index
Test.Utilities (3)
WordParser.cs (3)
554while (_index < _text.Length) 572for (int index = _index; index < _text.Length; index++) 592while (_index >= 0)