6 references to IsEmpty
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\ExecutionManager\Helpers\NibbleMapConstantLookup.cs (2)
87if (!t.IsEmpty) 114if (t.IsEmpty)
Contracts\ExecutionManager\Helpers\NibbleMapLinearLookup.cs (4)
89if (!t.IsEmpty) 116if (!t.IsEmpty) 127Debug.Assert(!t.IsEmpty); 136if (mapIdx.IsZero && t.IsEmpty)