2 references to HashMapValueMask
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
109
public const string HashMapValueMask = nameof(
HashMapValueMask
);
Contracts\ExecutionManager\Helpers\HashMapLookup.cs (1)
26
_valueMask = target.ReadGlobal<ulong>(Constants.Globals.
HashMapValueMask
);