1 write to _methodCode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
90
_methodCode
= data;
5 references to _methodCode
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (5)
89
Debug.Assert(
_methodCode
== null);
97
public int Size =>
_methodCode
.Data.Length;
99
public bool IsEmpty =>
_methodCode
.Data.Length == 0;
103
return
_methodCode
;
286
public override bool StaticDependenciesAreComputed =>
_methodCode
!= null;