Skip to content

Commit e83b159

Browse files
committed
C#: Handle TupleType expression.
1 parent ad764b1 commit e83b159

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • csharp/extractor/Semmle.Extraction.CSharp/Entities/Expressions

csharp/extractor/Semmle.Extraction.CSharp/Entities/Expressions/Factory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ internal static Expression Create(ExpressionNodeInfo info)
129129
case SyntaxKind.ArrayType:
130130
case SyntaxKind.PredefinedType:
131131
case SyntaxKind.NullableType:
132+
case SyntaxKind.TupleType:
132133
return TypeAccess.Create(info);
133134

134135
case SyntaxKind.TypeOfExpression:

0 commit comments

Comments
 (0)