8 references to CompoundAssignment
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (6)
323IncrementDecrement = CompoundAssignment + 1, 406BindValueKind.CompoundAssignment => AccessorKind.Both, 1581if (valueKind == BindValueKind.CompoundAssignment) 3213case BindValueKind.CompoundAssignment: 3247case BindValueKind.CompoundAssignment: 3285case BindValueKind.CompoundAssignment:
Binder\Binder_Operators.cs (2)
4434return BindValueKind.CompoundAssignment; 5563BoundExpression leftOperand = BindValue(node.Left, diagnostics, BindValueKind.CompoundAssignment);