4 references to BoundCompoundAssignmentOperator
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (4)
61return new BoundCompoundAssignmentOperator(node, BinaryOperatorSignature.Error, left, right,
83return new BoundCompoundAssignmentOperator(
106return new BoundCompoundAssignmentOperator(node, BinaryOperatorSignature.Error, left, right,
120return new BoundCompoundAssignmentOperator(node, BinaryOperatorSignature.Error, left, right,