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