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)
59
if (
_inlinedMethods
!= null)
61
foreach (var inlinee in
_inlinedMethods
)
320
public MethodDesc[] InlinedMethods =>
_inlinedMethods
;
392
Debug.Assert(
_inlinedMethods
== null);