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( 760if (_currentToken.Kind != RegexKind.CloseParenToken) 803if (_currentToken.Kind == RegexKind.CloseParenToken) 815innerCloseParenToken = CreateMissingToken(RegexKind.CloseParenToken); 836if (_currentToken.Kind != RegexKind.CloseParenToken) 1152case RegexKind.CloseParenToken: 1165CreateMissingToken(RegexKind.CloseParenToken).AddDiagnosticIfNone(