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