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