1 write to _handlesPerBlock
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
51_handlesPerBlock = target.ReadGlobal<uint>(Constants.Globals.HandlesPerBlock);
6 references to _handlesPerBlock
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\GC\GC_1.cs (6)
530for (uint k = 0; k < _handlesPerBlock; k++) 532uint offset = uBlock * _handlesPerBlock + k; 560uint offset = blockIndex * _handlesPerBlock + intraBlockIndex; 801uint block = handleIndex / _handlesPerBlock; 802uint intraBlockIndex = handleIndex % _handlesPerBlock; 808uint offset = userDataBlock * _handlesPerBlock + intraBlockIndex;