1 write to _nonRelocationDependencies
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
254
_nonRelocationDependencies
= dependencies;
2 references to _nonRelocationDependencies
ILCompiler.RyuJit (2)
Compiler\DependencyAnalysis\MethodCodeNode.cs (2)
78
DependencyList dependencies =
_nonRelocationDependencies
!= null ? new DependencyList(
_nonRelocationDependencies
) : null;