2 writes to _rwData
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
701_rwData = null; 4349_rwData = new byte[rwDataSize];
6 references to _rwData
ILCompiler.RyuJit (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
639var objectData = new ObjectNode.ObjectData(_rwData, 4351byte* rwDataBlock = (byte*)GetPin(_rwData); 4536if (_rwData != null) 4538fixed (byte* pRWData = _rwData) 4540if (pRWData <= (byte*)location && (byte*)location < pRWData + _rwData.Length) 4575length = _rwData.Length;