13 references to CloseParenToken
Microsoft.CodeAnalysis.Features (13)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
87')' => RegexKind.CloseParenToken,
EmbeddedLanguages\RegularExpressions\RegexNodes.cs (2)
660Debug.Assert(closeParenToken.Kind == RegexKind.CloseParenToken); 1140Debug.Assert(innerCloseParenToken.Kind == RegexKind.CloseParenToken);
EmbeddedLanguages\RegularExpressions\RegexParser.cs (10)
409if (_currentToken.Kind == RegexKind.CloseParenToken) 582RegexKind.CloseParenToken => ParseUnexpectedCloseParenToken(), 673case RegexKind.CloseParenToken: 678return CreateMissingToken(RegexKind.CloseParenToken).AddDiagnosticIfNone( 758if (_currentToken.Kind != RegexKind.CloseParenToken) 801if (_currentToken.Kind == RegexKind.CloseParenToken) 813innerCloseParenToken = CreateMissingToken(RegexKind.CloseParenToken); 834if (_currentToken.Kind != RegexKind.CloseParenToken) 1150case RegexKind.CloseParenToken: 1163CreateMissingToken(RegexKind.CloseParenToken).AddDiagnosticIfNone(