2 writes to _roData
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
677_roData = null; 3975_roData = new byte[roDataSize];
7 references to _roData
ILCompiler.ReadyToRun (7)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
718hashCode.AddBytes(_roData);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
601var objectData = new ObjectNode.ObjectData(_roData, 3977byte* roDataBlock = (byte*)GetPin(_roData); 4178if (_roData != null) 4180fixed (byte* pROData = _roData) 4182if (pROData <= (byte*)location && (byte*)location < pROData + _roData.Length) 4224length = _roData.Length;