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