3 references to BoundTupleLiteral
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Deconstruct.cs (1)
591
return (BoundTupleExpression)BindToNaturalType(new
BoundTupleLiteral
(syntax, arguments, tupleNames, inferredPositions, type), diagnostics);
Binder\Binder_Expressions.cs (1)
1082
return new
BoundTupleLiteral
(node, boundArguments.ToImmutableAndFree(), elementNames, inferredPositions, tupleTypeOpt, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
6581
var result = new
BoundTupleLiteral
(this.Syntax, arguments, argumentNamesOpt, inferredNamesOpt, type, this.HasErrors);