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