2 references to BoundTupleLiteral
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Deconstruct.cs (1)
591
return (BoundTupleExpression)BindToNaturalType(new
BoundTupleLiteral
(syntax, arguments, tupleNames, inferredPositions, type), diagnostics);
Generated\BoundNodes.xml.Generated.cs (1)
6581
var result = new
BoundTupleLiteral
(this.Syntax, arguments, argumentNamesOpt, inferredNamesOpt, type, this.HasErrors);