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