5 references to _stashedPrecodeFixups
ILCompiler.ReadyToRun (5)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
3572
_stashedPrecodeFixups
.Push(_precodeFixups);
3587
List<ISymbolNode> previouslyStashedFixups =
_stashedPrecodeFixups
.Pop();
3660
_precodeFixups =
_stashedPrecodeFixups
.Pop();
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
571
Debug.Assert(
_stashedPrecodeFixups
.Count == 0);
741
_stashedPrecodeFixups
.Clear();