9 references to IsCurrentTokenWhereOfConstraintClause
Microsoft.CodeAnalysis.CSharp (9)
Parser\LanguageParser.cs (9)
2052|| this.IsCurrentTokenWhereOfConstraintClause(); 2076this.IsCurrentTokenWhereOfConstraintClause()) 2152if (this.CurrentToken.Kind == SyntaxKind.OpenBraceToken || this.IsCurrentTokenWhereOfConstraintClause()) 2184if (this.IsCurrentTokenWhereOfConstraintClause()) 3439if (IsCurrentTokenWhereOfConstraintClause()) 4702if (this.CurrentToken.Kind == SyntaxKind.IdentifierToken && IsCurrentTokenWhereOfConstraintClause()) 5683!IsCurrentTokenWhereOfConstraintClause()) 5815if (this.IsCurrentTokenWhereOfConstraintClause()) 5831if (this.IsCurrentTokenWhereOfConstraintClause())