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)
428if (_currentToken.Kind == RegexKind.CloseParenToken) 601RegexKind.CloseParenToken => ParseUnexpectedCloseParenToken(), 692case RegexKind.CloseParenToken: 697return CreateMissingToken(RegexKind.CloseParenToken).AddDiagnosticIfNone( 780if (_currentToken.Kind != RegexKind.CloseParenToken) 823if (_currentToken.Kind == RegexKind.CloseParenToken) 835innerCloseParenToken = CreateMissingToken(RegexKind.CloseParenToken); 856if (_currentToken.Kind != RegexKind.CloseParenToken) 1172case RegexKind.CloseParenToken: 1185CreateMissingToken(RegexKind.CloseParenToken).AddDiagnosticIfNone(