2 references to HashMapSlotsPerBucket
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
108
public const string HashMapSlotsPerBucket = nameof(
HashMapSlotsPerBucket
);
Data\Bucket.cs (1)
17
uint numSlots = target.ReadGlobal<uint>(Constants.Globals.
HashMapSlotsPerBucket
);