1 write to Value
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ExecutionManager\Helpers\NibbleMapHelpers.cs (1)
57Value = value;
7 references to Value
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\ExecutionManager\Helpers\NibbleMapConstantLookup.cs (2)
77if (!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;
Contracts\ExecutionManager\Helpers\NibbleMapLinearLookup.cs (2)
79if (!t.Nibble.IsEmpty && t.Nibble.Value <= bucketByteIndex.Value)