5 references to MinusToken
Microsoft.CodeAnalysis.Features (5)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
94
'-' => RegexKind.
MinusToken
,
EmbeddedLanguages\RegularExpressions\RegexParser.cs (4)
985
if (_currentToken.Kind == RegexKind.
MinusToken
)
1013
if (_currentToken.Kind == RegexKind.
MinusToken
)
1284
if (_currentToken.Kind == RegexKind.
MinusToken
&& !_lexer.IsAt("]"))
1532
_currentToken.Kind == RegexKind.
MinusToken
&&