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