8 references to CompoundAssignment
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (6)
322IncrementDecrement = CompoundAssignment + 1, 405BindValueKind.CompoundAssignment => AccessorKind.Both, 1580if (valueKind == BindValueKind.CompoundAssignment) 3214case BindValueKind.CompoundAssignment: 3248case BindValueKind.CompoundAssignment: 3286case BindValueKind.CompoundAssignment:
Binder\Binder_Operators.cs (2)
4469return BindValueKind.CompoundAssignment; 5598BoundExpression leftOperand = BindValue(node.Left, diagnostics, BindValueKind.CompoundAssignment);