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