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