1 write to _methodCode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
91
_methodCode
= data;
5 references to _methodCode
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (5)
90
Debug.Assert(
_methodCode
== null);
98
public int Size =>
_methodCode
.Data.Length;
100
public bool IsEmpty =>
_methodCode
.Data.Length == 0;
104
return
_methodCode
;
287
public override bool StaticDependenciesAreComputed =>
_methodCode
!= null;