6 references to BoundCompoundAssignmentOperator
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Operators.cs (4)
321return new BoundCompoundAssignmentOperator(node, bestSignature, left, rightConverted, 338return new BoundCompoundAssignmentOperator(node, BinaryOperatorSignature.Error, left, right, 513inPlaceResult = new BoundCompoundAssignmentOperator( 540inPlaceResult = new BoundCompoundAssignmentOperator(
BoundTree\Constructors.cs (1)
660: this(syntax, @operator, left, right, leftPlaceholder, leftConversion, finalPlaceholder, finalConversion, resultKind, originalUserDefinedOperatorsOpt: default, type, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
1821var result = new BoundCompoundAssignmentOperator(this.Syntax, @operator, left, right, leftPlaceholder, leftConversion, finalPlaceholder, finalConversion, resultKind, originalUserDefinedOperatorsOpt, type, this.HasErrors);