11 references to CloseParenToken
Microsoft.CodeAnalysis.Features (11)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
85')' => RegexKind.CloseParenToken,
EmbeddedLanguages\RegularExpressions\RegexParser.cs (10)
407if (_currentToken.Kind == RegexKind.CloseParenToken) 580RegexKind.CloseParenToken => ParseUnexpectedCloseParenToken(), 671case RegexKind.CloseParenToken: 676return CreateMissingToken(RegexKind.CloseParenToken).AddDiagnosticIfNone( 759if (_currentToken.Kind != RegexKind.CloseParenToken) 802if (_currentToken.Kind == RegexKind.CloseParenToken) 814innerCloseParenToken = CreateMissingToken(RegexKind.CloseParenToken); 835if (_currentToken.Kind != RegexKind.CloseParenToken) 1151case RegexKind.CloseParenToken: 1164CreateMissingToken(RegexKind.CloseParenToken).AddDiagnosticIfNone(