2 writes to _roDataRelocs
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
705_roDataRelocs = default(ArrayBuilder<Relocation>); 4573return ref _roDataRelocs;
1 reference to _roDataRelocs
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
620var relocs = _roDataRelocs.ToArray();