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