13 references to CloseParenToken
Microsoft.CodeAnalysis.Features (13)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
85')' => RegexKind.CloseParenToken,
EmbeddedLanguages\RegularExpressions\RegexNodes.cs (2)
612Debug.Assert(closeParenToken.Kind == RegexKind.CloseParenToken); 1087Debug.Assert(innerCloseParenToken.Kind == 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(