8 references to CompoundAssignment
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (7)
531IncrementDecrement = CompoundAssignment + 1, 538NullCoalescingAssignment = CompoundAssignment + 2, 621BindValueKind.CompoundAssignment => AccessorKind.Both, 1849if (valueKind == BindValueKind.CompoundAssignment) 3476case BindValueKind.CompoundAssignment: 3511case BindValueKind.CompoundAssignment: 3550case BindValueKind.CompoundAssignment:
Binder\Binder_Operators.cs (1)
35BoundExpression left = BindValue(node.Left, diagnostics, BindValueKind.CompoundAssignment);