2 references to BoundConvertedTupleLiteral
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
986return new BoundConvertedTupleLiteral(syntax, sourceTuple: null, wasTargetTyped: true, subExpressions, tupleNames, inferredPositions, tupleType);
Generated\BoundNodes.xml.Generated.cs (1)
6611var result = new BoundConvertedTupleLiteral(this.Syntax, sourceTuple, wasTargetTyped, arguments, argumentNamesOpt, inferredNamesOpt, type, this.HasErrors);