268 references to HashSet
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
64_clrNamespaces = new HashSet<string>();
System.Activities (34)
Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (6)
110HashSet<string> namespacesSet = new HashSet<string>(); 111HashSet<AssemblyName> assembliesSet = new HashSet<AssemblyName>(); 182HashSet<Type> typeReferences = new HashSet<Type>(); 213HashSet<string> namespacesSet = new HashSet<string>(); 214HashSet<AssemblyName> assembliesSet = new HashSet<AssemblyName>(); 314HashSet<Type> typeReferences = new HashSet<Type>();
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (7)
42public static readonly HashSet<Assembly> DefaultReferencedAssemblies = new HashSet<Assembly> 174this.referencedAssemblies = new HashSet<Assembly>(); 260HashSet<AssemblyName> localReferenceAssemblies = new HashSet<AssemblyName>(); 271helper.referencedAssemblies = new HashSet<Assembly>(); 297this.referencedAssemblies = new HashSet<Assembly>(); 435this.referencedAssemblies = new HashSet<Assembly>(); 1425alreadyVisited = new HashSet<Type>();
Microsoft\VisualBasic\Activities\VisualBasicSettings.cs (2)
22static readonly HashSet<VisualBasicImportReference> defaultImportReferences = new HashSet<VisualBasicImportReference>() 41this.ImportReferences = new HashSet<VisualBasicImportReference>();
Microsoft\VisualBasic\Activities\XamlIntegration\VisualBasicExpressionConverter.cs (3)
137mapping.ImportReferences = new HashSet<VisualBasicImportReference>(); 148mapping.ImportReferences = new HashSet<VisualBasicImportReference>(); 286mapping.ImportReferences = new HashSet<VisualBasicImportReference>();
System\Activities\Activity.cs (1)
1398this.requiredExtensionTypes = new HashSet<Type>();
System\Activities\Debugger\DebugInfo.cs (1)
203HashSet<string> existingNames = new HashSet<string>();
System\Activities\Debugger\DebugManager.cs (3)
148HashSet<Activity> visited = new HashSet<Activity>(); 221HashSet<string> existingNames = new HashSet<string>(); 222HashSet<Activity> visited = new HashSet<Activity>();
System\Activities\Debugger\SourceLocationProvider.cs (2)
300HashSet<Activity> visited = new HashSet<Activity>(); 389HashSet<Activity> visited = new HashSet<Activity>();
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (1)
60HashSet<Type> allExtensionTypes = new HashSet<Type>();
System\Activities\Statements\Flowchart.cs (2)
122HashSet<Activity> updatedActivities = new HashSet<Activity>(); 194HashSet<Activity> uniqueChildren = new HashSet<Activity>();
System\Activities\Statements\StateMachine.cs (1)
339HashSet<Activity> conditionalTransitionTriggers = new HashSet<Activity>();
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (1)
338this.rootLevelPrefixes = new HashSet<string>();
System\Activities\XamlIntegration\ActivityXamlServices.cs (1)
678this.languages = new HashSet<string>();
System\Activities\XamlIntegration\SerializableFuncDeferringLoader.cs (1)
55HashSet<string> childPrefixes = new HashSet<string>();
System\Activities\XamlIntegration\TextExpressionCompiler.cs (2)
2068HashSet<string> nsReferences = new HashSet<string>(); 2866this.duplicates = new HashSet<string>();
System.Activities.Core.Presentation (16)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (3)
89HashSet<ModelItem> updatedItems = new HashSet<ModelItem>(); 270HashSet<Activity> workflowElementsPasted = new HashSet<Activity>(); 514HashSet<Connector> connectors = new HashSet<Connector>();
System\Activities\Core\Presentation\FlowchartDesigner.Helpers.cs (1)
219HashSet<Connector> attachedConnectors = new HashSet<Connector>();
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
105this.shapeLocations = new HashSet<Point>();
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (1)
111HashSet<Connector> connectorsToDelete = new HashSet<Connector>();
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (2)
194HashSet<Connector> attachedConnectors = new HashSet<Connector>(); 523HashSet<String> existingTransitionNames = new HashSet<string>();
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (8)
190this.shapeLocations = new HashSet<Point>(); 191this.listenedTransitionCollections = new HashSet<ModelItem>(); 647HashSet<Connector> connectorsToDelete = new HashSet<Connector>(); 1790HashSet<Connector> outgoingConnectors = new HashSet<Connector>(); 1792HashSet<Connector> incomingConnectors = new HashSet<Connector>(); 1794HashSet<ModelItem> containedTransitions = new HashSet<ModelItem>(); 1846HashSet<ModelItem> nonSelfTransitions = new HashSet<ModelItem>(); 2162HashSet<String> existingStateNames = new HashSet<string>();
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
284HashSet<XName> promotedXNames = new HashSet<XName>();
System.Activities.Presentation (42)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (3)
54this.namespacesToIgnore = new HashSet<string>(); 55this.rootLevelNamespaces = new HashSet<string>(); 118this.emittedNamespacesInLocalAssembly = new HashSet<string>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (1)
317HashSet<string> idRefsSeen = new HashSet<string>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
144HashSet<string> definedPrefixes = new HashSet<string>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (1)
48this.visitedObjects = new HashSet<object>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\VisualTreeUtils.cs (1)
281HashSet<T> deepElements = new HashSet<T>();
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (2)
88containers = new HashSet<ICompositeView>(); 378HashSet<ModelItem> parentModelItems = new HashSet<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
81this.changingProperties = new HashSet<string>();
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
567HashSet<T> checkingMap = new HashSet<T>(); 799HashSet<ModelItem> modelItemsToDrag = new HashSet<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\FeatureManager.cs (1)
20initializedTypes = new HashSet<Type>();
System.Activities.Presentation\System\Activities\Presentation\Metadata\ActivityArgumentHelper.cs (1)
136HashSet<Assign> assignsWithRValueToFix = new HashSet<Assign>();
System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (2)
35this.itemsAdded = new HashSet<ModelItem>(); 36this.itemsRemoved = new HashSet<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
287HashSet<ModelItem> visited = new HashSet<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (2)
44HashSet<Object> alreadyVisitedObjects = new HashSet<Object>(); 45HashSet<object> objectsOnDesinger = new HashSet<object>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (3)
409HashSet<ModelItem> alreadyVisited = new HashSet<ModelItem>(); 528HashSet<ModelItem> alreadyVisited = new HashSet<ModelItem>(); 865HashSet<ModelItem> alreadyVisitedItems = new HashSet<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelUtilities.cs (1)
103HashSet<ModelItem> visited = new HashSet<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (1)
80this.subscribedForSourceLocationChanges = new HashSet<Guid>();
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1134ICollection<object> toBeDeleted = new HashSet<object>();
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
133HashSet<CommandBinding> ignoreCommands = new HashSet<CommandBinding>();
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
651HashSet<string> namespaces = new HashSet<string>();
System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (1)
156var namespacesToReturn = new HashSet<string>();
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
91propertyList = new HashSet<string>();
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeAutoExpandHelper.cs (1)
33if (GetExpandingPath(modelItemToExpandTo, pathStack, new HashSet<ModelItem>()))
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
39ChildrenValueCache = new HashSet<object>();
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\UniqueModelItemHelper.cs (3)
29HashSet<ModelItem> retval = new HashSet<ModelItem>(); 34HashSet<ModelItem> visited = new HashSet<ModelItem>(); 185HashSet<ModelItem> visited = new HashSet<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
1959HashSet<string> variableNames = new HashSet<string>();
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
921HashSet<WorkflowViewElement> draggedViews = new HashSet<WorkflowViewElement>(); 923HashSet<ICompositeView> compViewSet = new HashSet<ICompositeView>();
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (5)
481unresolvedTypes = new HashSet<XamlType>(); 585currentFrame.PastMembers = new HashSet<XamlMember>(); 774target.ReferencedBy = new HashSet<XamlFragment>(); 1232HashSet<string> prefixes = new HashSet<string>(); 1233HashSet<string> namespaces = new HashSet<string>();
System.Data (43)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (3)
54this.namespacesToIgnore = new HashSet<string>(); 55this.rootLevelNamespaces = new HashSet<string>(); 118this.emittedNamespacesInLocalAssembly = new HashSet<string>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (1)
317HashSet<string> idRefsSeen = new HashSet<string>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
144HashSet<string> definedPrefixes = new HashSet<string>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (1)
48this.visitedObjects = new HashSet<object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\VisualTreeUtils.cs (1)
281HashSet<T> deepElements = new HashSet<T>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (2)
88containers = new HashSet<ICompositeView>(); 378HashSet<ModelItem> parentModelItems = new HashSet<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
81this.changingProperties = new HashSet<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
567HashSet<T> checkingMap = new HashSet<T>(); 799HashSet<ModelItem> modelItemsToDrag = new HashSet<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FeatureManager.cs (1)
20initializedTypes = new HashSet<Type>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Metadata\ActivityArgumentHelper.cs (1)
136HashSet<Assign> assignsWithRValueToFix = new HashSet<Assign>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (2)
35this.itemsAdded = new HashSet<ModelItem>(); 36this.itemsRemoved = new HashSet<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
287HashSet<ModelItem> visited = new HashSet<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (2)
44HashSet<Object> alreadyVisitedObjects = new HashSet<Object>(); 45HashSet<object> objectsOnDesinger = new HashSet<object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (3)
409HashSet<ModelItem> alreadyVisited = new HashSet<ModelItem>(); 528HashSet<ModelItem> alreadyVisited = new HashSet<ModelItem>(); 865HashSet<ModelItem> alreadyVisitedItems = new HashSet<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelUtilities.cs (1)
103HashSet<ModelItem> visited = new HashSet<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (1)
80this.subscribedForSourceLocationChanges = new HashSet<Guid>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1134ICollection<object> toBeDeleted = new HashSet<object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
133HashSet<CommandBinding> ignoreCommands = new HashSet<CommandBinding>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
651HashSet<string> namespaces = new HashSet<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (1)
156var namespacesToReturn = new HashSet<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
91propertyList = new HashSet<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeAutoExpandHelper.cs (1)
33if (GetExpandingPath(modelItemToExpandTo, pathStack, new HashSet<ModelItem>()))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
39ChildrenValueCache = new HashSet<object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\UniqueModelItemHelper.cs (3)
29HashSet<ModelItem> retval = new HashSet<ModelItem>(); 34HashSet<ModelItem> visited = new HashSet<ModelItem>(); 185HashSet<ModelItem> visited = new HashSet<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
1959HashSet<string> variableNames = new HashSet<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
921HashSet<WorkflowViewElement> draggedViews = new HashSet<WorkflowViewElement>(); 923HashSet<ICompositeView> compViewSet = new HashSet<ICompositeView>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (5)
481unresolvedTypes = new HashSet<XamlType>(); 585currentFrame.PastMembers = new HashSet<XamlMember>(); 774target.ReferencedBy = new HashSet<XamlFragment>(); 1232HashSet<string> prefixes = new HashSet<string>(); 1233HashSet<string> namespaces = new HashSet<string>();
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
179private static HashSet<int> transientErrors = new HashSet<int>();
System.Data.Entity (79)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
572HashSet<string> keyNames = new HashSet<string>();
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (1)
149var principalSetsAndDependentTypes = new HashSet<Tuple<EntityType, AssociationSetEnd, ReferentialConstraint>>();
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
1013HashSet<string> targetEnds = new HashSet<string>();
System\Data\Common\EntitySql\SemanticResolver.cs (1)
1603private HashSet<string> _groupAggregateNames = new HashSet<string>();
System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs (1)
54_inlineDelegates = new HashSet<LambdaExpression>();
System\Data\Common\Internal\Materialization\Shaper.cs (1)
458_relatedEndCache = new HashSet<Tuple<string, string, string>>();
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
297HashSet<string> tableKeys = new HashSet<string>();
System\Data\EntityModel\SchemaObjectModel\Schema.cs (3)
349_parseableXmlNamespaces = new HashSet<string>(); 372HashSet<string> validatableXmlNamespaces = new HashSet<string>(); 1244HashSet<string> schemasAlreadyAdded = new HashSet<string>();
System\Data\Mapping\StorageMappingItemLoader.cs (1)
2029HashSet<string> columnsWithConditions = new HashSet<string>();
System\Data\Mapping\StorageModificationFunctionMapping.cs (1)
194HashSet<AssociationSetEnd> ends = new HashSet<AssociationSetEnd>();
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (1)
85var stateEntries = new HashSet<IEntityStateEntry> { stateEntry.Source };
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (1)
237var dependents = new HashSet<IEntityStateEntry>();
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (2)
53HashSet<EntitySet> tables = new HashSet<EntitySet>(); 54HashSet<EntityContainer> containers = new HashSet<EntityContainer>();
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
763HashSet<IEntityStateEntry> stateEntries = new HashSet<IEntityStateEntry>();
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (1)
90HashSet<object> discriminatorDomain = new HashSet<object>();
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQuery.cs (1)
57return new FragmentQuery(label, null /* fromVariable */, new HashSet<MemberPath>(), whereClause);
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (4)
50HashSet<Pair<EdmMember, EntityType>> associationkeys = new HashSet<Pair<EdmMember, EntityType>>(); 63HashSet<EdmType> derivedTypes = new HashSet<EdmType>(); 157HashSet<EdmType> possibleTypes = new HashSet<EdmType>(); 164HashSet<EdmType> derivedTypes = new HashSet<EdmType>();
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryProcessor.cs (1)
111HashSet<MemberPath> newProjectedAttributes = new HashSet<MemberPath>();
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (5)
59HashSet<FragmentQuery> _usedViews = new HashSet<FragmentQuery>(); 106_usedViews = new HashSet<FragmentQuery>(); 215HashSet<EdmType> type = new HashSet<EdmType>(); 272HashSet<FragmentQuery> outputUsedViews = new HashSet<FragmentQuery>(); 316HashSet<EdmType> type = new HashSet<EdmType>();
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingProcessor.cs (3)
155HashSet<T_Tile> views = new HashSet<T_Tile>(); 246HashSet<T_Tile> usedViews = new HashSet<T_Tile>(); 273HashSet<T_Tile> newUsedViews = new HashSet<T_Tile>();
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingSimplifier.cs (2)
174HashSet<T_Tile> firstHalf = new HashSet<T_Tile>(); 175HashSet<T_Tile> secondHalf = new HashSet<T_Tile>();
System\Data\Metadata\EdmValidator.cs (1)
100HashSet<MetadataItem> validatedItems = new HashSet<MetadataItem>();
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (2)
138_loadersThatNeedLevel1PostSessionProcessing = new HashSet<ObjectItemAssemblyLoader>(); 139_loadersThatNeedLevel2PostSessionProcessing = new HashSet<ObjectItemAssemblyLoader>();
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
663_inlineEntitySqlQueries = new HashSet<ObjectQuery>();
System\Data\Objects\ELinq\Funcletizer.cs (3)
41private readonly HashSet<Expression> _linqExpressionStack = new HashSet<Expression>(); 179HashSet<Expression> candidates = new HashSet<Expression>(); 408HashSet<ParameterExpression> parameters = new HashSet<ParameterExpression>();
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
1474s_supportedIntervals = new HashSet<string>();
System\Data\Objects\EntityEntry.cs (5)
2262HashSet<object> current = new HashSet<object>(); 2382objectsInRelatedEnd = new HashSet<T>(); 2690HashSet<object> visited = new HashSet<object>(); 3870entityKeys = new HashSet<EntityKey>(); 3884HashSet<EntityReference> relatedEnds = new HashSet<EntityReference>();
System\Data\Objects\Internal\EntityProxyFactory.cs (4)
61private static HashSet<Assembly> ProxyRuntimeAssemblies = new HashSet<Assembly>(); 841_members = new HashSet<EdmMember>(); 1082_scalarMembers = new HashSet<EdmMember>(); 1083_relationshipMembers = new HashSet<EdmMember>();
System\Data\Objects\Internal\TransactionManager.cs (7)
224this.PopulatedEntityReferences = new HashSet<EntityReference>(); 225this.AlignedEntityReferences = new HashSet<EntityReference>(); 232this.ProcessedEntities = new HashSet<IEntityWrapper>(); 263this.PopulatedEntityReferences = new HashSet<EntityReference>(); 264this.AlignedEntityReferences = new HashSet<EntityReference>(); 267this.ProcessedEntities = new HashSet<IEntityWrapper>(); 302this.ProcessedEntities = new HashSet<IEntityWrapper>();
System\Data\Objects\ObjectStateManager.cs (4)
486danglingEntries = new HashSet<EntityEntry>(); 582_entriesWithConceptualNulls = new HashSet<EntityEntry>(); 3380entitiesToAdd = entitiesToAdd != null ? entitiesToAdd : new HashSet<IEntityWrapper>(); 3525entitiesToDelete = entitiesToDelete != null ? entitiesToDelete : new HashSet<IEntityWrapper>();
System\Data\Query\InternalTrees\Command.cs (1)
85m_referencedRelProperties = new HashSet<RelProperty>();
System\Data\Query\PlanCompiler\AggregatePushdown.cs (2)
79_candidateAggregateNodes = new HashSet<KeyValuePair<Node, Node>>(); 176private HashSet<GroupAggregateVarInfo> _groupAggregateVarInfos = new HashSet<GroupAggregateVarInfo>();
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
206private readonly HashSet<DbFilterExpression> _processedIsOfFilters = new HashSet<DbFilterExpression>(); 207private readonly HashSet<DbTreatExpression> _fakeTreats = new HashSet<DbTreatExpression>();
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2739private HashSet<Node> changedNodes = new HashSet<Node>();
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1162HashSet<string> declaredProps = new HashSet<string>();
System\Data\Query\PlanCompiler\PreProcessor.cs (6)
121private readonly HashSet<EntityContainer> m_referencedEntityContainers = new HashSet<EntityContainer>(); 122private readonly HashSet<EntitySet> m_referencedEntitySets = new HashSet<EntitySet>(); 123private readonly HashSet<TypeUsage> m_referencedTypes = new HashSet<TypeUsage>(); 124private readonly HashSet<EntityType> m_freeFloatingEntityConstructorTypes = new HashSet<EntityType>(); 125private readonly HashSet<string> m_typesNeedingNullSentinel = new HashSet<string>(); 1835HashSet<RelProperty> relPropertyHashSet = new HashSet<RelProperty>();
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
962HashSet<string> fieldNames = new HashSet<string>();
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
725HashSet<InternalTrees.Rule> rulesRequiringProjectionPruning = new HashSet<InternalTrees.Rule>(); 748HashSet<InternalTrees.Rule> rulesRequiringNullabilityRulesToBeReapplied = new HashSet<InternalTrees.Rule>();
System\Data\SqlClient\SqlProviderUtilities.cs (1)
43private readonly HashSet<EntitySet> ignoredEntitySets = new HashSet<EntitySet>();
System.Data.Entity.Design (5)
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs (4)
30public HashSet<EntityType> ReadOnlyEntities = new HashSet<EntityType>(); 31public HashSet<EdmType> InvalidTypes = new HashSet<EdmType>(); 38private HashSet<DbObjectKey> _missingEntities = new HashSet<DbObjectKey>(); 39private HashSet<DbObjectKey> _tablesWithoutKeys = new HashSet<DbObjectKey>();
System\Data\EntityModel\EntityClassGenerator.cs (1)
195HashSet<string> uriRegistry = new HashSet<string>();
System.Data.Linq (16)
DataShape.cs (1)
214HashSet<Type> edgeTargets = new HashSet<Type>();
Mapping\AttributedMetaModel.cs (1)
129HashSet<MetaTable> tables = new HashSet<MetaTable>();
Mapping\MappedMetaModel.cs (2)
38this.modules = new HashSet<Module>(); 649HashSet<string> namesSeen = new HashSet<string>(); // Keep track of which names from the mapping file have been seen.
SqlClient\Query\Funcletizer.cs (1)
63HashSet<ParameterExpression> inScope = new HashSet<ParameterExpression>();
SqlClient\Query\SqlBinder.cs (2)
125this.alreadyIncluded = new HashSet<MetaType>(); 390HashSet<MetaType> types = new HashSet<MetaType>();
SqlClient\Query\SqlColumnizer.cs (1)
67this.candidates = new HashSet<SqlExpression>();
SqlClient\Query\SqlGatherConsumedAliases.cs (1)
17internal HashSet<SqlAlias> Consumed = new HashSet<SqlAlias>();
SqlClient\Query\SqlGatherProducedAliases.cs (1)
17 internal HashSet<SqlAlias> Produced = new HashSet<SqlAlias>();
SqlClient\Query\SqlLiftIndependentRowExpressions.cs (1)
32internal HashSet<SqlColumn> ReferencedExpressions = new HashSet<SqlColumn>();
SqlClient\Query\SqlNamer.cs (1)
252this.Names = new HashSet<string>();
SqlClient\Query\SqlOuterApplyReducer.cs (3)
35HashSet<SqlExpression> liftedExpressions = new HashSet<SqlExpression>(); 82HashSet<SqlExpression> liftedExpressions = new HashSet<SqlExpression>(); 409this.referencedColumns = new HashSet<SqlColumn>();
SqlClient\SqlProvider.cs (1)
649HashSet<string> schemaCommands = new HashSet<string>();
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (1)
56HashSet<string> used = new HashSet<string>();
System.Runtime.DurableInstancing (4)
System\Runtime\DurableInstancing\InstanceHandle.cs (2)
284this.pendingOwnerEvents = new HashSet<InstancePersistenceEvent>(); 539this.boundOwnerEvents = new HashSet<XName>();
System\Runtime\DurableInstancing\InstanceNormalEvent.cs (2)
13HashSet<InstanceHandle> boundHandles = new HashSet<InstanceHandle>(); 14HashSet<InstanceHandle> pendingHandles = new HashSet<InstanceHandle>();
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3197private static readonly HashSet<string> httpContentHeaders = new HashSet<string>()
System\ServiceModel\ServiceChannelManager.cs (1)
418HashSet<IChannel> hashSet = new HashSet<IChannel>();
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (2)
71new HashSet<InstanceKey>(); 78this.keysToDisassociate = new HashSet<InstanceKey>();
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
74this.pipelinesInUse = new HashSet<PersistencePipeline>();
System\ServiceModel\Activities\OperationProperty.cs (2)
30this.implementingReceives = new HashSet<Receive>(); 43this.implementingSendRepliesRequests = new HashSet<Receive>();
System\ServiceModel\Activities\WorkflowService.cs (1)
635this.receiveAndReplyPairs = new HashSet<ReceiveAndReplyTuple>();
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
63HashSet<string> endpoints = new HashSet<string>();
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
274HashSet<string> toReturn = new HashSet<string>();
System.Web (4)
Compilation\BuildManager.cs (1)
272private static HashSet<Assembly> s_dynamicallyAddedReferencedAssembly = new HashSet<Assembly>();
Configuration\FolderLevelBuildProviderCollection.cs (1)
84_buildProviderTypes = new HashSet<Type>();
HttpFileCollection.cs (1)
97_filesAwaitingValidation = new HashSet<HttpPostedFile>();
WebSockets\AspNetWebSocketManager.cs (1)
22internal readonly HashSet<IAsyncAbortableWebSocket> _activeSockets = new HashSet<IAsyncAbortableWebSocket>(); // internal only for unit testing purposes
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
922HashSet<string> usedNames = new HashSet<string>();
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
660_assemblies = new HashSet<Assembly>();
System.Web.Extensions (2)
Compilation\WCFModel\HttpBindingExtension.cs (1)
31readonly HashSet<ContractDescription> httpBindingContracts = new HashSet<ContractDescription>();
UI\ScriptManager.cs (1)
777HashSet<String> scripts = new HashSet<String>();
System.Workflow.Runtime (4)
System\Activities\Statements\Interop.cs (3)
212this.extraDynamicArguments = new HashSet<string>(); 874Variable<HashSet<InteropValidationEnum>> rootValidationDataVar = new Variable<HashSet<InteropValidationEnum>>(context => new HashSet<InteropValidationEnum>()); 877Variable<HashSet<InteropValidationEnum>> nestedChildrenValidationDataVar = new Variable<HashSet<InteropValidationEnum>>(context => new HashSet<InteropValidationEnum>());
System\Activities\Statements\InteropEnvironment.cs (1)
310HashSet<string> propertyNames = new HashSet<string>();
XamlBuildTask (4)
Microsoft\Build\Tasks\Xaml\NamespaceTable.cs (1)
23HashSet<string> prefixSet = new HashSet<string>();
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (2)
221sourceFilePaths = new HashSet<string>(); 581markupFileNames = new HashSet<string>();
Microsoft\Build\Tasks\Xaml\XamlStackWriter.cs (1)
72setMembers = new HashSet<XamlMember>();