2 writes to _roData
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
679_roData = null; 4155_roData = new byte[roDataSize];
7 references to _roData
ILCompiler.ReadyToRun (7)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
716hashCode.AddBytes(_roData);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
603var objectData = new ObjectNode.ObjectData(_roData, 4157byte* roDataBlock = (byte*)GetPin(_roData); 4358if (_roData != null) 4360fixed (byte* pROData = _roData) 4362if (pROData <= (byte*)location && (byte*)location < pROData + _roData.Length) 4404length = _roData.Length;