8 references to CompoundAssignment
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (6)
293IncrementDecrement = CompoundAssignment + 1, 376BindValueKind.CompoundAssignment => AccessorKind.Both, 1547if (valueKind == BindValueKind.CompoundAssignment) 3106case BindValueKind.CompoundAssignment: 3140case BindValueKind.CompoundAssignment: 3178case BindValueKind.CompoundAssignment:
Binder\Binder_Operators.cs (2)
3042return BindValueKind.CompoundAssignment; 4171BoundExpression leftOperand = BindValue(node.Left, diagnostics, BindValueKind.CompoundAssignment);