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