8 references to CompoundAssignment
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (6)
544IncrementDecrement = CompoundAssignment + 1, 627BindValueKind.CompoundAssignment => AccessorKind.Both, 1834if (valueKind == BindValueKind.CompoundAssignment) 3476case BindValueKind.CompoundAssignment: 3510case BindValueKind.CompoundAssignment: 3548case BindValueKind.CompoundAssignment:
Binder\Binder_Operators.cs (2)
4645return BindValueKind.CompoundAssignment; 5774BoundExpression leftOperand = BindValue(node.Left, diagnostics, BindValueKind.CompoundAssignment);