5 references to _stashedPrecodeFixups
ILCompiler.ReadyToRun (5)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
3346_stashedPrecodeFixups.Push(_precodeFixups); 3361List<ISymbolNode> previouslyStashedFixups = _stashedPrecodeFixups.Pop(); 3434_precodeFixups = _stashedPrecodeFixups.Pop();
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
549Debug.Assert(_stashedPrecodeFixups.Count == 0); 718_stashedPrecodeFixups.Clear();