2 writes to _roDataRelocs
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
684
_roDataRelocs
= default(ArrayBuilder<Relocation>);
4225
return ref
_roDataRelocs
;
1 reference to _roDataRelocs
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
599
var relocs =
_roDataRelocs
.ToArray();