2 writes to _roData
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
680
_roData
= null;
4297
_roData
= new byte[roDataSize];
7 references to _roData
ILCompiler.ReadyToRun (7)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
716
hashCode.AddBytes(
_roData
);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
604
var objectData = new ObjectNode.ObjectData(
_roData
,
4299
byte* roDataBlock = (byte*)GetPin(
_roData
);
4500
if (
_roData
!= null)
4502
fixed (byte* pROData =
_roData
)
4504
if (pROData <= (byte*)location && (byte*)location < pROData +
_roData
.Length)
4548
length =
_roData
.Length;