3 references to BoundDeconstructionAssignmentOperator
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Deconstruct.cs (2)
129
return new
BoundDeconstructionAssignmentOperator
(
173
return new
BoundDeconstructionAssignmentOperator
(node, lhsTuple, boundConversion, resultIsUsed, returnType);
Generated\BoundNodes.xml.Generated.cs (1)
1883
var result = new
BoundDeconstructionAssignmentOperator
(this.Syntax, left, right, isUsed, type, this.HasErrors);