10 references to BoundConvertedTupleLiteral
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Conversions.cs (1)
2509BoundExpression result = new BoundConvertedTupleLiteral(
Binder\Binder_Expressions.cs (2)
342result = new BoundConvertedTupleLiteral( 995return new BoundConvertedTupleLiteral(syntax, sourceTuple: null, wasTargetTyped: true, subExpressions, tupleNames, inferredPositions, tupleType);
Binder\Binder_TupleOperators.cs (1)
64return new BoundConvertedTupleLiteral(
Generated\BoundNodes.xml.Generated.cs (1)
6603var result = new BoundConvertedTupleLiteral(this.Syntax, sourceTuple, wasTargetTyped, arguments, argumentNamesOpt, inferredNamesOpt, type, this.HasErrors);
Lowering\LocalRewriter\LocalRewriter_DeconstructionAssignmentOperator.cs (1)
268return new BoundConvertedTupleLiteral(
Lowering\LocalRewriter\LocalRewriter_TupleBinaryOperator.cs (4)
83tuple = new BoundConvertedTupleLiteral( 125return new BoundConvertedTupleLiteral( 161return new BoundConvertedTupleLiteral( 454return new BoundConvertedTupleLiteral(