18 references to Set
System.Data.Entity (18)
System\Data\Common\Utils\Boolean\ConversionContext.cs (1)
172range = new Set<T_Element>(domainVariable.Domain.Comparer);
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (1)
106Set<CompositeKey> keys = new Set<CompositeKey>(compiler.m_translator.KeyComparer);
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (1)
250Set<LeafCellTreeNode> nodeChildrenSet = new Set<LeafCellTreeNode>(LeafCellTreeNode.EqualityComparer);
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlIdentifiers.cs (1)
27m_identifiers = new Set<string>(StringComparer.Ordinal);
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (2)
303Set<Constant> allowedValues = new Set<Constant>(Constant.EqualityComparer); 336Set<Constant> allowedValues = new Set<Constant>(Constant.EqualityComparer);
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
440AttributeSet attributes = new AttributeSet(MemberPath.EqualityComparer);
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (3)
147domain = new Set<Constant>(Constant.EqualityComparer); 267CellConstantSet result = new Set<Constant>(Constant.EqualityComparer); 306CellConstantSet result = new CellConstantSet(Constant.EqualityComparer);
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (2)
206Set<EntitySetBase> extents = new Set<EntitySetBase>(EqualityComparer<EntitySetBase>.Default); 273Set<AssociationEndMember> result = new Set<AssociationEndMember>(EqualityComparer<AssociationEndMember>.Default);
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
391possibleValues = new CellConstantSet(Constant.EqualityComparer);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
36m_attrs = new AttributeSet(MemberPath.EqualityComparer);
System\Data\Mapping\ViewGeneration\Validation\BasicCellRelation.cs (1)
97Set<MemberPath> associationKeyMembers = new Set<MemberPath>(MemberPath.EqualityComparer);
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (2)
189Set<CompositeCondition> setOfconditions = new Set<CompositeCondition>(new ConditionComparer()); 247values = new Set<Constant>(Constant.EqualityComparer);
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (1)
253Set<MemberPath> tokenPaths = new Set<MemberPath>(MemberPath.EqualityComparer);