7 references to QuoteStart
System.CommandLine (7)
Parsing\CommandLineParser.cs (7)
49
var seekingQuote = Boundary.
QuoteStart
;
57
if (seekingQuote == Boundary.
QuoteStart
)
82
seekingQuote = Boundary.
QuoteStart
;
85
case Boundary.
QuoteStart
:
96
seekingQuote = Boundary.
QuoteStart
;
99
case Boundary.
QuoteStart
:
105
else if (seeking == Boundary.TokenStart && seekingQuote == Boundary.
QuoteStart
)