23 references to Set
System.Data.Entity (23)
System\Data\Common\Utils\Boolean\BoolExpr.cs (1)
337_children = new Set<BoolExpr<T_Identifier>>(children);
System\Data\Common\Utils\Boolean\Converter.cs (1)
145var clause = new CnfClause<T_Identifier>(new Set<Literal<T_Identifier>>(path.Select(l => l.MakeNegated())));
System\Data\Common\Utils\Boolean\DomainConstraint.cs (1)
109: this(variable, new Set<T_Element>(new T_Element[] { element }).MakeReadOnly())
System\Data\Mapping\FunctionImportMapping.cs (1)
129var impliedEntityTypesSet = new Set<EntityType>(entityTypeMapping.GetMappedEntityTypes(m_itemCollection));
System\Data\Mapping\StorageEntityContainerMapping.cs (1)
460result.CellGroups = cellGroups.Select(setOfcells => new CellGroup(setOfcells.Select(cell => new Cell(cell)))).ToList();
System\Data\Mapping\StorageMappingItemLoader.cs (4)
467Set<AssociationSetEnd> expectedEnds = new Set<AssociationSetEnd>( 505Set<AssociationSetEnd> actualEnds = new Set<AssociationSetEnd>(functionMapping.CollocatedAssociationSetEnds); 900Set<EdmType> unmappedTypes = new Set<EdmType>(MetadataHelper.GetTypeAndSubtypesOf(setMapping.Set.ElementType, EdmItemCollection, false /*includeAbstractTypes*/)); 3891Set<FunctionParameter> unmappedParameters = new Set<FunctionParameter>(m_function.Parameters);
System\Data\Mapping\Update\Internal\AssociationSetMetadata.cs (1)
115RequiredEnds = new Set<AssociationEndMember>(requiredEnds);
System\Data\Mapping\Update\Internal\ExtractorMetadata.cs (3)
58keyMembers = new Set<EdmMember>(((RowType)type).Properties).MakeReadOnly(); 63keyMembers = new Set<EdmMember>(entityType.KeyMembers).MakeReadOnly(); 64foreignKeyMembers = new Set<EdmMember>(((EntitySet)entitySetBase).ForeignKeyDependents
System\Data\Mapping\ViewGeneration\CellPartitioner.cs (1)
129CellGroup component = new CellGroup(cellsInComponent);
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (1)
477result = new CellConstantSet(domain);
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (1)
89Set<EdmType> unmapepdTypesInExtent = new Set<EdmType>(MetadataHelper.GetTypeAndSubtypesOf(m_viewgenContext.Extent.ElementType, m_viewgenContext.EdmItemCollection, false /*isAbstract*/));
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (5)
241Set<LeftCellWrapper> allWrappers = new Set<LeftCellWrapper>(pNode.GetLeaves()); 337new Set<LeftCellWrapper>(parentWrappers); 386var childRefPropertiesCollection = childPropertiesSet.Where(it => it.SetEquals(new Set<EdmProperty>(refConstraint.ToProperties))); 387var parentRefPropertiesCollection = parentPropertiesSet.Where(it => it.SetEquals(new Set<EdmProperty>(refConstraint.FromProperties))); 557Set<EdmProperty> keyMembers = new Set<EdmProperty>(propertyList).MakeReadOnly();
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (1)
96List<CellGroup> cellGroups = cellGroups = result.CellGroups.Select(setOfcells => new CellGroup(setOfcells.Select(cell => new Cell(cell)))).ToList();
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
244return new Common.Utils.Set<md.EntitySet>(m_entitySetIdToEntitySetMap).MakeReadOnly();