4 references to More
System.CommandLine (4)
Parsing\ParseOperation.cs (4)
99while (More(out TokenType currentTokenType)) 152while (More(out TokenType currentTokenType) && 260while (More(out TokenType currentTokenType) && currentTokenType == TokenType.Argument) 318while (More(out TokenType currentTokenType) && currentTokenType == TokenType.Directive)