1 write to Value
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ExecutionManager\Helpers\NibbleMapHelpers.cs (1)
57Value = value;
5 references to Value
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\ExecutionManager\Helpers\NibbleMapConstantLookup.cs (2)
76if (!t.Nibble.IsEmpty && t.Nibble.Value <= bucketByteIndex.Value)
Contracts\ExecutionManager\Helpers\NibbleMapHelpers.cs (3)
61public bool IsEmpty => Value == 0; 67Debug.Assert(Value != 0); 68return (uint)(Value - 1) * MapUnit.SizeInBytes;