Skip to content

Commit

Permalink
Add case
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Jun 2, 2022
1 parent 6f0bdbc commit 5d86817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CSharp/CSharp/Extensions/SyntaxExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3229,6 +3229,7 @@ public static bool IsInExpressionTree(
#if DEBUG
case SyntaxKind.Argument:
case SyntaxKind.ArgumentList:
case SyntaxKind.ArrayRankSpecifier:
case SyntaxKind.EqualsValueClause:
case SyntaxKind.Interpolation:
case SyntaxKind.SwitchExpressionArm:
Expand Down

0 comments on commit 5d86817

Please sign in to comment.