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