5 references to _stashedPrecodeFixups
ILCompiler.ReadyToRun (5)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
3360
_stashedPrecodeFixups
.Push(_precodeFixups);
3375
List<ISymbolNode> previouslyStashedFixups =
_stashedPrecodeFixups
.Pop();
3448
_precodeFixups =
_stashedPrecodeFixups
.Pop();
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
547
Debug.Assert(
_stashedPrecodeFixups
.Count == 0);
716
_stashedPrecodeFixups
.Clear();