8 references to CompoundAssignment
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (6)
545IncrementDecrement = CompoundAssignment + 1, 628BindValueKind.CompoundAssignment => AccessorKind.Both, 1805if (valueKind == BindValueKind.CompoundAssignment) 3457case BindValueKind.CompoundAssignment: 3491case BindValueKind.CompoundAssignment: 3529case BindValueKind.CompoundAssignment:
Binder\Binder_Operators.cs (2)
4669return BindValueKind.CompoundAssignment; 5798BoundExpression leftOperand = BindValue(node.Left, diagnostics, BindValueKind.CompoundAssignment);