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