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