6 references to _tm
System.Core (6)
Microsoft\Scripting\Compiler\StackSpiller.cs (2)
119if (_tm.Temps.Count > 0) { 120newBody = Expression.Block(_tm.Temps, newBody);
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (4)
249return _tm.Temp(type); 253return _tm.Mark(); 257_tm.Free(mark); 263_tm.VerifyTemps();