7 references to EvaluateSideEffectingArgumentToTemp
Microsoft.CodeAnalysis.CSharp (7)
Lowering\LocalRewriter\LocalRewriter_DeconstructionAssignmentOperator.cs (3)
244
rightPart =
EvaluateSideEffectingArgumentToTemp
(rightPart, effects.init, temps);
287
BoundExpression evaluationResult =
EvaluateSideEffectingArgumentToTemp
(right,
378
return
EvaluateSideEffectingArgumentToTemp
(ApplyConversion(conversion, placeholder, expression), effects, temps);
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);