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