5 references to MinusToken
Microsoft.CodeAnalysis.Features (5)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
92
'-' => RegexKind.
MinusToken
,
EmbeddedLanguages\RegularExpressions\RegexParser.cs (4)
987
if (_currentToken.Kind == RegexKind.
MinusToken
)
1015
if (_currentToken.Kind == RegexKind.
MinusToken
)
1286
if (_currentToken.Kind == RegexKind.
MinusToken
&& !_lexer.IsAt("]"))
1528
_currentToken.Kind == RegexKind.
MinusToken
&&