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