2 writes to _rwData
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
701
_rwData
= null;
4342
_rwData
= new byte[rwDataSize];
6 references to _rwData
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
639
var objectData = new ObjectNode.ObjectData(
_rwData
,
4344
byte* rwDataBlock = (byte*)GetPin(
_rwData
);
4529
if (
_rwData
!= null)
4531
fixed (byte* pRWData =
_rwData
)
4533
if (pRWData <= (byte*)location && (byte*)location < pRWData +
_rwData
.Length)
4568
length =
_rwData
.Length;