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)
32
public override bool StaticDependenciesAreComputed =>
_data
!= null;
43
Debug.Assert(
_data
== null);
49
return
_data
;