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