1 write to _data
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\DependencyAnalysis\MethodReadOnlyDataNode.cs (1)
44_data = data;
3 references to _data
ILCompiler.ReadyToRun (3)
parent\parent\Common\Compiler\DependencyAnalysis\MethodReadOnlyDataNode.cs (3)
32public override bool StaticDependenciesAreComputed => _data != null; 43Debug.Assert(_data == null); 49return _data;