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