6 references to IsEmpty
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\ExecutionManager\Helpers\NibbleMapConstantLookup.cs (3)
77
if (!t.Nibble.
IsEmpty
&& t.Nibble.Value <= bucketByteIndex.Value)
90
while (t.Nibble.
IsEmpty
)
126
while (!mapIdx.IsZero && t.Nibble.
IsEmpty
)
Contracts\ExecutionManager\Helpers\NibbleMapLinearLookup.cs (3)
79
if (!t.Nibble.
IsEmpty
&& t.Nibble.Value <= bucketByteIndex.Value)
92
while (t.Nibble.
IsEmpty
)
130
while (!mapIdx.IsZero && t.Nibble.
IsEmpty
)