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)
46
private Token CurrentToken =>
_tokens
[_index];
52
bool result = _index <
_tokens
.Count;
53
currentTokenType = result ?
_tokens
[_index].Type : (TokenType)(-1);
69
_tokens
,