1 write to _tokens
System.CommandLine (1)
Parsing\ParseOperation.cs (1)
32_tokens = tokens;
4 references to _tokens
System.CommandLine (4)
Parsing\ParseOperation.cs (4)
46private Token CurrentToken => _tokens[_index]; 52bool result = _index < _tokens.Count; 53currentTokenType = result ? _tokens[_index].Type : (TokenType)(-1); 69_tokens,