2 references to BoundTupleLiteral
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Expressions.vb (1)
384
Return New
BoundTupleLiteral
(node, inferredType, elementNames, inferredPositions, boundArguments.ToImmutableAndFree(), tupleTypeOpt, hasErrors)
Generated\BoundNodes.xml.Generated.vb (1)
3427
Dim result = New
BoundTupleLiteral
(Me.Syntax, inferredType, argumentNamesOpt, inferredNamesOpt, arguments, type, Me.HasErrors)