8 references to CompoundAssignment
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (6)
544IncrementDecrement = CompoundAssignment + 1, 627BindValueKind.CompoundAssignment => AccessorKind.Both, 1802if (valueKind == BindValueKind.CompoundAssignment) 3448case BindValueKind.CompoundAssignment: 3482case BindValueKind.CompoundAssignment: 3520case BindValueKind.CompoundAssignment:
Binder\Binder_Operators.cs (2)
4469return BindValueKind.CompoundAssignment; 5598BoundExpression leftOperand = BindValue(node.Left, diagnostics, BindValueKind.CompoundAssignment);