3 references to Temps
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\StackSpiller.cs (2)
116
if (_tm.
Temps
.Count > 0)
118
newBody = Expression.Block(_tm.
Temps
, new TrueReadOnlyCollection<Expression>(newBody));
System\Linq\Expressions\Compiler\StackSpiller.Temps.cs (1)
129
Temps
.Add(temp);