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)
89Debug.Assert(_methodCode == null); 97public int Size => _methodCode.Data.Length; 99public bool IsEmpty => _methodCode.Data.Length == 0; 103return _methodCode; 286public override bool StaticDependenciesAreComputed => _methodCode != null;