6 references to EvaluateSideEffectingArgumentToTemp
Microsoft.CodeAnalysis.CSharp (6)
Lowering\LocalRewriter\LocalRewriter_DeconstructionAssignmentOperator.cs (2)
244rightPart = EvaluateSideEffectingArgumentToTemp(rightPart, effects.init, temps); 287BoundExpression evaluationResult = EvaluateSideEffectingArgumentToTemp(right,
Lowering\LocalRewriter\LocalRewriter_TupleBinaryOperator.cs (4)
192return EvaluateSideEffectingArgumentToTemp(expr, effects, temps); 195return EvaluateSideEffectingArgumentToTemp(expr, effects, temps); 198return EvaluateSideEffectingArgumentToTemp(expr, effects, temps); 221return EvaluateSideEffectingArgumentToTemp(expr, effects, temps);