2 writes to _rwDataRelocs
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
706
_rwDataRelocs
= default(ArrayBuilder<Relocation>);
4576
return ref
_rwDataRelocs
;
1 reference to _rwDataRelocs
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
637
var relocs =
_rwDataRelocs
.ToArray();