3 references to IsEmpty
System.Data.Entity (3)
System\Data\Common\Utils\ModifiableIteratorCollection.cs (1)
58
Debug.Assert(false ==
IsEmpty
, "Empty set - cannot remove any element");
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (2)
197
while (false == childrenSet.
IsEmpty
)
528
while (false == childrenSet.
IsEmpty
)