2 writes to _coldCodeRelocs
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
687
_coldCodeRelocs
= default(ArrayBuilder<Relocation>);
4232
return ref
_coldCodeRelocs
;
1 reference to _coldCodeRelocs
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
482
var relocs2 =
_coldCodeRelocs
.ToArray();