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