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)
60
if (
_inlinedMethods
!= null)
62
foreach (var inlinee in
_inlinedMethods
)
321
public MethodDesc[] InlinedMethods =>
_inlinedMethods
;
461
Debug.Assert(
_inlinedMethods
== null);