8 references to CompoundAssignment
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (6)
545IncrementDecrement = CompoundAssignment + 1, 628BindValueKind.CompoundAssignment => AccessorKind.Both, 1852if (valueKind == BindValueKind.CompoundAssignment) 3504case BindValueKind.CompoundAssignment: 3538case BindValueKind.CompoundAssignment: 3576case BindValueKind.CompoundAssignment:
Binder\Binder_Operators.cs (2)
4645return BindValueKind.CompoundAssignment; 5824BoundExpression leftOperand = BindValue(node.Left, diagnostics, BindValueKind.CompoundAssignment);