4 references to _stashedInlinedMethods
ILCompiler.ReadyToRun (4)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
3574
_stashedInlinedMethods
.Push(_inlinedMethods);
3598
HashSet<MethodDesc> previouslyStashedInlinees =
_stashedInlinedMethods
.Pop();
3661
_inlinedMethods =
_stashedInlinedMethods
.Pop();
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
742
_stashedInlinedMethods
.Clear();