8 references to CompoundAssignment
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (6)
322IncrementDecrement = CompoundAssignment + 1, 405BindValueKind.CompoundAssignment => AccessorKind.Both, 1577if (valueKind == BindValueKind.CompoundAssignment) 3209case BindValueKind.CompoundAssignment: 3243case BindValueKind.CompoundAssignment: 3281case BindValueKind.CompoundAssignment:
Binder\Binder_Operators.cs (2)
3047return BindValueKind.CompoundAssignment; 4176BoundExpression leftOperand = BindValue(node.Left, diagnostics, BindValueKind.CompoundAssignment);