46 references to HashSet
System.Activities (8)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (3)
261HashSet<string> localImports = new HashSet<string>(localNamespaces); 1553this.assemblies = new HashSet<Assembly>(assemblies); 1554this.namespaces = new HashSet<string>(namespaces);
Microsoft\VisualBasic\Activities\VisualBasicSettings.cs (1)
47this.ImportReferences = new HashSet<VisualBasicImportReference>(importReferences);
System\Activities\Validation\ValidationHelper.cs (4)
83HashSet<RuntimeArgument> configuredOverloadSet = new HashSet<RuntimeArgument>(overloadGroups[configuredGroupName]); 114HashSet<RuntimeArgument> overloadGroupSet = new HashSet<RuntimeArgument>(overloadGroups[groupName]); 252HashSet<RuntimeArgument> group1Args = new HashSet<RuntimeArgument>(groupDefinitions[group1]); 256HashSet<RuntimeArgument> group2Args = new HashSet<RuntimeArgument>(groupDefinitions[group2]);
System.Activities.Presentation (3)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\SourceTextScanner.cs (1)
40HashSet<char> charsToSearchSet = new HashSet<char>(charsToSearch);
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (1)
135HashSet<ModelItem> selectionChangeSet = new HashSet<ModelItem>(oldSelectionObjects);
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
1046HashSet<WorkflowViewElement> viewElements = new HashSet<WorkflowViewElement>(draggedViews);
System.ComponentModel.DataAnnotations (1)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
116HashSet<string> mainTypeMemberNames = new HashSet<string>(mainType.GetProperties().Select(p => p.Name));
System.Data (5)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\SourceTextScanner.cs (1)
40HashSet<char> charsToSearchSet = new HashSet<char>(charsToSearch);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (1)
135HashSet<ModelItem> selectionChangeSet = new HashSet<ModelItem>(oldSelectionObjects);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
1046HashSet<WorkflowViewElement> viewElements = new HashSet<WorkflowViewElement>(draggedViews);
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
249HashSet<string> providerNames = new HashSet<string>(_SystemColumnEncryptionKeyStoreProviders.Keys); 260HashSet<string> providerNames = new HashSet<string>(_CustomColumnEncryptionKeyStoreProviders.Keys);
System.Data.Entity (23)
System\Data\Common\Utils\MetadataHelper.cs (1)
511HashSet<Pair<EdmMember, EntityType>> thisEndKeys = new HashSet<Pair<EdmMember, EntityType>>(
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (1)
249commonDependents = new HashSet<IEntityStateEntry>(dependents);
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
284resultIJDriverChildren = new HashSet<CellTreeNode>(rootNode.Children[0].Children);
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQuery.cs (2)
46return new FragmentQuery(null /*label*/, fromVariable, new HashSet<MemberPath>(cellQuery.GetProjectedMembers()), whereClause); 75m_attributes = new HashSet<MemberPath>(attrs);
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryProcessor.cs (2)
51HashSet<MemberPath> attributes = new HashSet<MemberPath>(q1.Attributes); 77HashSet<MemberPath> attributes = new HashSet<MemberPath>(q1.Attributes);
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (3)
686HashSet<MemberPath> attributes = new HashSet<MemberPath>(_keyAttributes); 944HashSet<FragmentQuery> usedViews = new HashSet<FragmentQuery>(rewriting.GetNamedQueries()); 1085HashSet<FragmentQuery> usedViews = new HashSet<FragmentQuery>(rewriting.GetNamedQueries());
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingPass.cs (1)
123if (false == RewritingPass<T_Tile>.RewriteQueryInternal(missingTuples, m_toAvoid, out rewritingForMissingTuples, m_views, new HashSet<T_Tile>(m_usedViews.Keys), m_qp))
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingSimplifier.cs (1)
109HashSet<T_Tile> remainingViews = new HashSet<T_Tile>(m_usedViews.Keys);
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
180HashSet<LeftCellWrapper> relevantCellWrappers = new HashSet<LeftCellWrapper>(relevantWrappers);
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
546HashSet<MemberProjectedSlot> slots = new HashSet<MemberProjectedSlot>(GetMemberProjectedSlots());
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (1)
77m_mergedCells = new HashSet<Cell>(inputCells);
System\Data\Objects\DataClasses\EntityCollection.cs (1)
778_relatedEntities = _wrappedRelatedEntities == null ? null : new HashSet<TEntity>(_wrappedRelatedEntities.Keys);
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (2)
130_propertiesWithBaseGetter = new HashSet<string>(baseGetters.Select(p => p.Name)); 131_propertiesWithBaseSetter = new HashSet<string>(baseSetters.Select(p => p.Name));
System\Data\Objects\ObjectStateManager.cs (1)
516HashSet<ObjectStateEntry> validEntries = new HashSet<ObjectStateEntry>(GetObjectStateEntriesInternal(~EntityState.Detached));
System\Data\Query\InternalTrees\ColumnMapFactory.cs (1)
53var mappedEntityTypes = new HashSet<EntityType>(resultMapping.MappedEntityTypes);
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (1)
244HashSet<EdmMember> columnsWithValues = new HashSet<EdmMember>(tree.SetClauses.Cast<DbSetClause>().Select(s => ((DbPropertyExpression)s.Property).Property));
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
549paramsToForceNonUnicode = new HashSet<string>(_candidateParametersToForceNonUnicode.Where(p => p.Value).Select(q => q.Key).ToList());
System\Data\SqlClient\SqlProviderUtilities.cs (1)
56var schemas = new HashSet<string>(entitySets.Select(s => GetSchemaName(s)));
System.Data.Linq (1)
SqlClient\Query\SqlReorderer.cs (1)
195this.orders = new HashSet<SqlOrderExpression>(this.orders).ToList();
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketHelper.cs (1)
45static readonly HashSet<char> InvalidSeparatorSet = new HashSet<char>(new char[] { '(', ')', '<', '>', '@', ',', ';', ':', '\\', '"', '/', '[', ']', '?', '=', '{', '}', ' ' });
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (2)
70AssociatedKeys = associatedKeys != null ? new HashSet<InstanceKey>(associatedKeys) : 77this.keysToAssociate = new HashSet<InstanceKey>(AssociatedKeys);
System.Web (1)
ModelBinding\MutableObjectModelBinder.cs (1)
162HashSet<string> missingRequiredProperties = new HashSet<string>(requiredProperties);
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
943HashSet<EdmMember> interestingMembers = new HashSet<EdmMember>(