7 references to CompoundAssignment
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder.ValueChecks.cs (5)
248IncrementDecrement = CompoundAssignment + 1, 1337if (valueKind == BindValueKind.CompoundAssignment) 2701case BindValueKind.CompoundAssignment: 2735case BindValueKind.CompoundAssignment: 2773case BindValueKind.CompoundAssignment:
Binder\Binder_Operators.cs (2)
2999return BindValueKind.CompoundAssignment; 4094BoundExpression leftOperand = BindValue(node.Left, diagnostics, BindValueKind.CompoundAssignment);