2 writes to _rwDataRelocs
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
685
_rwDataRelocs
= default(ArrayBuilder<Relocation>);
4228
return ref
_rwDataRelocs
;
1 reference to _rwDataRelocs
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
616
var relocs =
_rwDataRelocs
.ToArray();