1 write to _inlinedMethods
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
462_inlinedMethods = inlinedMethods;
4 references to _inlinedMethods
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (4)
60if (_inlinedMethods != null) 62foreach (var inlinee in _inlinedMethods) 321public MethodDesc[] InlinedMethods => _inlinedMethods; 461Debug.Assert(_inlinedMethods == null);