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