3 references to TransformCompoundAssignmentLHS
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter_DeconstructionAssignmentOperator.cs (1)
463
var temp = this.
TransformCompoundAssignmentLHS
(variable, isRegularCompoundAssignment: false,
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
452
BoundExpression transformedLHS =
TransformCompoundAssignmentLHS
(left, isRegularCompoundAssignment: true, tempInitializers, tempSymbols, isDynamicAssignment: false);
571
BoundExpression transformedLHS =
TransformCompoundAssignmentLHS
(node.Operand, isRegularCompoundAssignment: true, tempInitializers, tempSymbols, isDynamic);