1 write to _index
System.CommandLine (1)
Parsing\ParseOperation.cs (1)
48private void Advance() => _index++;
3 references to _index
System.CommandLine (3)
Parsing\ParseOperation.cs (3)
46private Token CurrentToken => _tokens[_index]; 52bool result = _index < _tokens.Count; 53currentTokenType = result ? _tokens[_index].Type : (TokenType)(-1);