11 references to CloseParenToken
Microsoft.CodeAnalysis.Features (11)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
87')' => RegexKind.CloseParenToken,
EmbeddedLanguages\RegularExpressions\RegexParser.cs (10)
408if (_currentToken.Kind == RegexKind.CloseParenToken) 581RegexKind.CloseParenToken => ParseUnexpectedCloseParenToken(), 672case RegexKind.CloseParenToken: 677return CreateMissingToken(RegexKind.CloseParenToken).AddDiagnosticIfNone( 757if (_currentToken.Kind != RegexKind.CloseParenToken) 800if (_currentToken.Kind == RegexKind.CloseParenToken) 812innerCloseParenToken = CreateMissingToken(RegexKind.CloseParenToken); 833if (_currentToken.Kind != RegexKind.CloseParenToken) 1149case RegexKind.CloseParenToken: 1162CreateMissingToken(RegexKind.CloseParenToken).AddDiagnosticIfNone(