4 references to NullCoalescingAssignment
Microsoft.CodeAnalysis.CSharp (4)
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.cs (1)
326
assignmentKind is not (AssignmentKind.CompoundAssignment or AssignmentKind.
NullCoalescingAssignment
or AssignmentKind.Deconstruction or AssignmentKind.IncrementDecrement) &&
Lowering\LocalRewriter\LocalRewriter_NullCoalescingAssignmentOperator.cs (3)
48
assignment = MakeAssignmentOperator(syntax, transformedLHS, rightResult, used: true, isChecked: false, AssignmentKind.
NullCoalescingAssignment
);
54
assignment = MakeAssignmentOperator(syntax, transformedLHS, loweredRight, used: true, isChecked: false, AssignmentKind.
NullCoalescingAssignment
);
136
AssignmentKind.
NullCoalescingAssignment
);