5 writes to _inlinedMethods
ILCompiler.ReadyToRun (5)
JitInterface\CorInfoImpl.ReadyToRun.cs (4)
3575_inlinedMethods = null; 3605_inlinedMethods = previouslyStashedInlinees; 3608_inlinedMethods = _inlinedMethods ?? new HashSet<MethodDesc>(); 3661_inlinedMethods = _stashedInlinedMethods.Pop();
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
737_inlinedMethods = null;
8 references to _inlinedMethods
ILCompiler.ReadyToRun (8)
JitInterface\CorInfoImpl.ReadyToRun.cs (5)
3574_stashedInlinedMethods.Push(_inlinedMethods); 3599if (_inlinedMethods != null) 3602foreach (var inlineeInHashSet in _inlinedMethods) 3608_inlinedMethods = _inlinedMethods ?? new HashSet<MethodDesc>(); 3609_inlinedMethods.Add(inlinee);
parent\parent\Common\JitInterface\CorInfoImpl.cs (3)
529if (_inlinedMethods != null) 531inlineeArray = new MethodDesc[_inlinedMethods.Count]; 532_inlinedMethods.CopyTo(inlineeArray);