2 references to Deconstruction
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.cs (1)
333assignmentKind is not (AssignmentKind.CompoundAssignment or AssignmentKind.NullCoalescingAssignment or AssignmentKind.Deconstruction or AssignmentKind.IncrementDecrement) &&
Lowering\LocalRewriter\LocalRewriter_DeconstructionAssignmentOperator.cs (1)
256used: false, isChecked: false, AssignmentKind.Deconstruction, receiverIsKnownToBeCaptured: true));