2 writes to _rwData
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
680_rwData = null; 4001_rwData = new byte[rwDataSize];
6 references to _rwData
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
618var objectData = new ObjectNode.ObjectData(_rwData, 4003byte* rwDataBlock = (byte*)GetPin(_rwData); 4188if (_rwData != null) 4190fixed (byte* pRWData = _rwData) 4192if (pRWData <= (byte*)location && (byte*)location < pRWData + _rwData.Length) 4225length = _rwData.Length;