9 references to IsCurrentTokenWhereOfConstraintClause
Microsoft.CodeAnalysis.CSharp (9)
Parser\LanguageParser.cs (9)
2086
|| this.
IsCurrentTokenWhereOfConstraintClause
();
2110
this.
IsCurrentTokenWhereOfConstraintClause
())
2186
if (this.CurrentToken.Kind == SyntaxKind.OpenBraceToken || this.
IsCurrentTokenWhereOfConstraintClause
())
2218
if (this.
IsCurrentTokenWhereOfConstraintClause
())
3489
if (
IsCurrentTokenWhereOfConstraintClause
())
4796
if (this.CurrentToken.Kind == SyntaxKind.IdentifierToken &&
IsCurrentTokenWhereOfConstraintClause
())
5784
!
IsCurrentTokenWhereOfConstraintClause
())
5916
if (this.
IsCurrentTokenWhereOfConstraintClause
())
5932
if (this.
IsCurrentTokenWhereOfConstraintClause
())