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