3 references to CloseParenToken
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\StackFrame\StackFrameLexer.cs (1)
516
')' => StackFrameKind.
CloseParenToken
,
EmbeddedLanguages\StackFrame\StackFrameParser.cs (2)
426
if (_lexer.ScanCurrentCharAsTokenIfMatch(StackFrameKind.
CloseParenToken
, out var closeParen))
452
if (!_lexer.ScanCurrentCharAsTokenIfMatch(StackFrameKind.
CloseParenToken
, out closeParen))