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