41 references to Set
System.Data.Entity (41)
System\Data\Common\Utils\Boolean\Converter.cs (5)
104var emptyClauseSet = new Set<DnfClause<T_Identifier>>(); 112var emptyClauseSet = new Set<CnfClause<T_Identifier>>(); 121Set<DnfClause<T_Identifier>> dnfClauses = new Set<DnfClause<T_Identifier>>(); 122Set<CnfClause<T_Identifier>> cnfClauses = new Set<CnfClause<T_Identifier>>(); 123Set<Literal<T_Identifier>> path = new Set<Literal<T_Identifier>>();
System\Data\Common\Utils\MetadataHelper.cs (2)
490references = new Set<EntityType>(); 748Set<EdmMember> result = new Set<EdmMember>();
System\Data\Common\Utils\Set.cs (1)
33internal static readonly Set<TElement> Empty = new Set<TElement>().MakeReadOnly();
System\Data\EntityClient\EntityCommandDefinition.cs (1)
122_entitySets = new Set<EntitySet>();
System\Data\Mapping\FunctionImportMapping.cs (3)
300discriminatorDomains[i] = new Set<ValueCondition>(); 400var reachableTypes = new Set<EntityType>(); 467var reachableTypes = new Set<EntityType>();
System\Data\Mapping\StorageMappingItemLoader.cs (9)
561Set<EntitySetBase> associationSets = new Set<EntitySetBase>(); 645Set<EntitySetBase> implicitMappedAssociationSets = new Set<EntitySetBase>(); 753Set<EntitySetBase> setsWithQueryViews = new Set<EntitySetBase>(); 754Set<EntitySetBase> setsRequiringQueryViews = new Set<EntitySetBase>(); 893Set<EdmType> functionMappedTypes = new Set<EdmType>(); 904Set<EdmType> abstractTypes = new Set<EdmType>(); 935isOfTypeEntityTypes = new Set<EntityType>(); 936entityTypes = new Set<EntityType>(); 3761m_seenParameters = new Set<FunctionParameter>();
System\Data\Mapping\Update\Internal\AssociationSetMetadata.cs (1)
126set = new Set<AssociationEndMember>();
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (4)
57m_knownEntityKeys = new Set<EntityKey>(); 59m_optionalEntities = new Set<EntityKey>(); 60m_includedValueEntities = new Set<EntityKey>(); 640Set<EntitySet> tables = new Set<EntitySet>();
System\Data\Mapping\Update\Internal\ViewLoader.cs (4)
44private readonly Set<EdmMember> m_serverGenProperties = new Set<EdmMember>(); 45private readonly Set<EdmMember> m_isNullConditionProperties = new Set<EdmMember>(); 174Set<EntitySet> affectedTables = new Set<EntitySet>(); 179Set<EdmMember> isNullConditionColumns = new Set<EdmMember>();
System\Data\Mapping\ViewGeneration\CellCreator.cs (4)
98var sSideMembersToBeExpanded = new Set<MemberPath>(); 130cSidePaths = new Set<MemberPath>(); 284Set<EdmType> allTypes = new Set<EdmType>(); 410Set<EdmType> allTypes = new Set<EdmType>();
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (1)
132Set<EdmProperty> cSideMembers = new Set<EdmProperty>();
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
46private Set<MemberPath> m_projectedConditionMembers = new Set<MemberPath>();
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (2)
315Set<EdmType> allTypes = new Set<EdmType>(); 325Set<EdmType> oneOfTypes = new Set<EdmType>();
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (1)
186Set<MemberPath> mappedConditionMembers = new Set<MemberPath>();
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
412var propertyIndexes = new Set<int>();
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (1)
225Set<EntitySetBase> mappedExtents = new Set<EntitySetBase>();