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