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