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