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)
90Debug.Assert(_methodCode == null); 98public int Size => _methodCode.Data.Length; 100public bool IsEmpty => _methodCode.Data.Length == 0; 104return _methodCode; 287public override bool StaticDependenciesAreComputed => _methodCode != null;