3 references to IsZero
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\Helpers\NibbleMapConstantLookup.cs (1)
126while (!mapIdx.IsZero && t.Nibble.IsEmpty)
Contracts\ExecutionManager\Helpers\NibbleMapLinearLookup.cs (2)
130while (!mapIdx.IsZero && t.Nibble.IsEmpty) 136if (mapIdx.IsZero && t.IsEmpty)