9 references to IsCurrentTokenWhereOfConstraintClause
Microsoft.CodeAnalysis.CSharp (9)
Parser\LanguageParser.cs (9)
2051|| this.IsCurrentTokenWhereOfConstraintClause(); 2075this.IsCurrentTokenWhereOfConstraintClause()) 2151if (this.CurrentToken.Kind == SyntaxKind.OpenBraceToken || this.IsCurrentTokenWhereOfConstraintClause()) 2183if (this.IsCurrentTokenWhereOfConstraintClause()) 3438if (IsCurrentTokenWhereOfConstraintClause()) 4701if (this.CurrentToken.Kind == SyntaxKind.IdentifierToken && IsCurrentTokenWhereOfConstraintClause()) 5685!IsCurrentTokenWhereOfConstraintClause()) 5817if (this.IsCurrentTokenWhereOfConstraintClause()) 5833if (this.IsCurrentTokenWhereOfConstraintClause())