4 references to _stashedInlinedMethods
ILCompiler.ReadyToRun (4)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
3365
_stashedInlinedMethods
.Push(_inlinedMethods);
3389
HashSet<MethodDesc> previouslyStashedInlinees =
_stashedInlinedMethods
.Pop();
3452
_inlinedMethods =
_stashedInlinedMethods
.Pop();
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
717
_stashedInlinedMethods
.Clear();