4 references to MapKey
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ExecutionManager\Helpers\NibbleMapHelpers.cs (4)
98
return new
MapKey
(_mapIdx - 1);
104
public MapKey PrevMapUnit => new
MapKey
(_mapIdx - MapUnit.SizeInNibbles);
107
public MapKey AlignDownToMapUnit() =>new
MapKey
(_mapIdx & (~(MapUnit.SizeInNibbles - 1)));
151
mapIdx =
new
(relative.Value / BytesPerBucket);