5 references to Set
System.Data.Entity (5)
System\Data\Common\Utils\Set.cs (3)
218Set<TElement> copy = new Set<TElement>(this); 240Set<TElement> copy = new Set<TElement>(this); 267Set<TElement> copy = new Set<TElement>(this);
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
417: base(iconstants)
System\Data\Mapping\ViewGeneration\Validation\ViewKeyConstraint.cs (1)
61Set<ViewCellSlot> secondKeySlots = new Set<ViewCellSlot>(second.KeySlots);