2 writes to _roData
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
698
_roData
= null;
4321
_roData
= new byte[roDataSize];
6 references to _roData
ILCompiler.RyuJit (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
622
var objectData = new ObjectNode.ObjectData(
_roData
,
4323
byte* roDataBlock = (byte*)GetPin(
_roData
);
4524
if (
_roData
!= null)
4526
fixed (byte* pROData =
_roData
)
4528
if (pROData <= (byte*)location && (byte*)location < pROData +
_roData
.Length)
4572
length =
_roData
.Length;