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