1 write to _inlinedMethods
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
393_inlinedMethods = inlinedMethods;
4 references to _inlinedMethods
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (4)
59if (_inlinedMethods != null) 61foreach (var inlinee in _inlinedMethods) 320public MethodDesc[] InlinedMethods => _inlinedMethods; 392Debug.Assert(_inlinedMethods == null);