4 references to BoundCompoundAssignmentOperator
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (4)
51return new BoundCompoundAssignmentOperator(node, BinaryOperatorSignature.Error, left, right,
71return new BoundCompoundAssignmentOperator(
94return new BoundCompoundAssignmentOperator(node, BinaryOperatorSignature.Error, left, right,
108return new BoundCompoundAssignmentOperator(node, BinaryOperatorSignature.Error, left, right,