5 references to _stashedPrecodeFixups
ILCompiler.ReadyToRun (5)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
3530
_stashedPrecodeFixups
.Push(_precodeFixups);
3545
List<ISymbolNode> previouslyStashedFixups =
_stashedPrecodeFixups
.Pop();
3618
_precodeFixups =
_stashedPrecodeFixups
.Pop();
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
568
Debug.Assert(
_stashedPrecodeFixups
.Count == 0);
737
_stashedPrecodeFixups
.Clear();