3 references to BytesPerBucket
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\Helpers\NibbleMapHelpers.cs (3)
81
public ulong TargetByteOffset => _mapIdx *
BytesPerBucket
;
151
mapIdx = new(relative.Value /
BytesPerBucket
);
152
uint bucketByteOffset = (uint)(relative.Value & (
BytesPerBucket
- 1));