11 references to IsCurrentTokenWhereOfConstraintClause
Microsoft.CodeAnalysis.CSharp (11)
Parser\LanguageParser.cs (11)
2162|| this.IsCurrentTokenWhereOfConstraintClause(); 2186this.IsCurrentTokenWhereOfConstraintClause()) 2229static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 2262if (this.CurrentToken.Kind == SyntaxKind.OpenBraceToken || this.IsCurrentTokenWhereOfConstraintClause()) 2294if (this.IsCurrentTokenWhereOfConstraintClause()) 2324static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 3664if (IsCurrentTokenWhereOfConstraintClause()) 4998if (this.CurrentToken.Kind == SyntaxKind.IdentifierToken && IsCurrentTokenWhereOfConstraintClause()) 6066!IsCurrentTokenWhereOfConstraintClause()) 6198if (this.IsCurrentTokenWhereOfConstraintClause()) 6220if (this.IsCurrentTokenWhereOfConstraintClause() ||