13 references to CloseParenToken
Microsoft.CodeAnalysis.Features (13)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
85
')' => RegexKind.
CloseParenToken
,
EmbeddedLanguages\RegularExpressions\RegexNodes.cs (2)
612
Debug.Assert(closeParenToken.Kind == RegexKind.
CloseParenToken
);
1087
Debug.Assert(innerCloseParenToken.Kind == RegexKind.
CloseParenToken
);
EmbeddedLanguages\RegularExpressions\RegexParser.cs (10)
428
if (_currentToken.Kind == RegexKind.
CloseParenToken
)
601
RegexKind.
CloseParenToken
=> ParseUnexpectedCloseParenToken(),
692
case RegexKind.
CloseParenToken
:
697
return CreateMissingToken(RegexKind.
CloseParenToken
).AddDiagnosticIfNone(
780
if (_currentToken.Kind != RegexKind.
CloseParenToken
)
823
if (_currentToken.Kind == RegexKind.
CloseParenToken
)
835
innerCloseParenToken = CreateMissingToken(RegexKind.
CloseParenToken
);
856
if (_currentToken.Kind != RegexKind.
CloseParenToken
)
1172
case RegexKind.
CloseParenToken
:
1185
CreateMissingToken(RegexKind.
CloseParenToken
).AddDiagnosticIfNone(