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