4 references to BoundCompoundAssignmentOperator
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (2)
129return new BoundCompoundAssignmentOperator(node, BinaryOperatorSignature.Error, left, right, 246return new BoundCompoundAssignmentOperator(node, bestSignature, left, rightConverted,
BoundTree\Constructors.cs (1)
667: this(syntax, @operator, left, right, leftPlaceholder, leftConversion, finalPlaceholder, finalConversion, resultKind, originalUserDefinedOperatorsOpt: default, type, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
1802var result = new BoundCompoundAssignmentOperator(this.Syntax, @operator, left, right, leftPlaceholder, leftConversion, finalPlaceholder, finalConversion, resultKind, originalUserDefinedOperatorsOpt, type, this.HasErrors);