System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoSplitHelper.cs (2)
54public static Point CalculateDropLocation(Point mousePosition, Point originalDropLocation, Connector connector, Size droppedSize, HashSet<Point> shapeLocations)
66internal static Point CalculateDropLocation(Point mousePosition, Point originalDropLocation, Size droppedSize, Point srcLocation, Point destLocation, Size srcSize, Size destSize, HashSet<Point> shapeLocations)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoSplitHelper.cs (2)
54public static Point CalculateDropLocation(Point mousePosition, Point originalDropLocation, Connector connector, Size droppedSize, HashSet<Point> shapeLocations)
66internal static Point CalculateDropLocation(Point mousePosition, Point originalDropLocation, Size droppedSize, Point srcLocation, Point destLocation, Size srcSize, Size destSize, HashSet<Point> shapeLocations)
System\Data\Metadata\EdmValidator.cs (17)
100HashSet<MetadataItem> validatedItems = new HashSet<MetadataItem>();
148private void InternalValidate(MetadataItem item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
232private void ValidateCollectionType(CollectionType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
259private void ValidateComplexType(ComplexType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
270private void ValidateEdmType(EdmType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
300private void ValidateEntityType(EntityType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
333private void ValidateFacet(Facet item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
360private void ValidateItem(MetadataItem item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
379private void ValidateEdmMember(EdmMember item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
414private void ValidateMetadataProperty(MetadataProperty item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
444private void ValidateNavigationProperty(NavigationProperty item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
456private void ValidatePrimitiveType(PrimitiveType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
467private void ValidateEdmProperty(EdmProperty item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
478private void ValidateRefType(RefType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
505private void ValidateSimpleType(SimpleType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
516private void ValidateStructuralType(StructuralType item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
545private void ValidateTypeUsage(TypeUsage item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)
System\Data\Objects\EntityEntry.cs (14)
1707Dictionary<RelatedEnd, HashSet<EntityKey>> keys;
2262HashSet<object> current = new HashSet<object>();
2313Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>> relationships,
2337Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> relationships,
2338Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> principalRelationships,
2367Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<T>>> relationships,
2372Dictionary<RelatedEnd, HashSet<T>> alreadyDetectedRelationshipsFrom;
2375alreadyDetectedRelationshipsFrom = new Dictionary<RelatedEnd, HashSet<T>>();
2379HashSet<T> objectsInRelatedEnd;
2690HashSet<object> visited = new HashSet<object>();
3832out Dictionary<RelatedEnd, HashSet<EntityKey>> relatedEntities,
3866HashSet<EntityKey> entityKeys;
3867relatedEntities = relatedEntities != null ? relatedEntities : new Dictionary<RelatedEnd, HashSet<EntityKey>>();
3884HashSet<EntityReference> relatedEnds = new HashSet<EntityReference>();
System\Data\Objects\Internal\TransactionManager.cs (15)
40internal HashSet<EntityReference> PopulatedEntityReferences
47internal HashSet<EntityReference> AlignedEntityReferences
69internal HashSet<IEntityWrapper> ProcessedEntities
102internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>> AddedRelationshipsByGraph
109internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>> DeletedRelationshipsByGraph
116internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> AddedRelationshipsByForeignKey
123internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> AddedRelationshipsByPrincipalKey
130internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> DeletedRelationshipsByForeignKey
137internal Dictionary<IEntityWrapper, HashSet<RelatedEnd>> ChangedForeignKeys
305this.DeletedRelationshipsByGraph = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>>();
306this.AddedRelationshipsByGraph = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>>();
307this.DeletedRelationshipsByForeignKey = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>>();
308this.AddedRelationshipsByForeignKey = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>>();
309this.AddedRelationshipsByPrincipalKey = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>>();
310this.ChangedForeignKeys = new Dictionary<IEntityWrapper, HashSet<RelatedEnd>>();
System\Data\Objects\ObjectStateManager.cs (32)
68private readonly Dictionary<EntityKey, HashSet<EntityEntry>> _danglingForeignKeys = new Dictionary<EntityKey, HashSet<EntityEntry>>();
69private HashSet<EntityEntry> _entriesWithConceptualNulls;
483HashSet<EntityEntry> danglingEntries;
516HashSet<ObjectStateEntry> validEntries = new HashSet<ObjectStateEntry>(GetObjectStateEntriesInternal(~EntityState.Detached));
533HashSet<EntityEntry> danglingEntries;
559HashSet<EntityEntry> foundEntries;
3122Dictionary<RelatedEnd, HashSet<IEntityWrapper>> addedRelationshipsByGraph;
3124Dictionary<RelatedEnd, HashSet<EntityKey>> addedRelationshipsByForeignKey;
3204HashSet<EntityKey> newFks = null;
3212Dictionary<RelatedEnd, HashSet<EntityKey>> addedRelationshipsByPrincipalKey;
3236Dictionary<RelatedEnd, HashSet<EntityKey>> deletedRelationshipsByForeignKey;
3239HashSet<EntityKey> removedKeys;
3347HashSet<EntityKey> entityKeysOfAddedObjects = null;
3349Dictionary<RelatedEnd, HashSet<EntityKey>> addedRelationshipsByForeignKey;
3359Dictionary<RelatedEnd, HashSet<IEntityWrapper>> addedRelationshipsByGraph;
3360HashSet<IEntityWrapper> entitiesToAdd = null;
3473HashSet<EntityKey> entityKeysOfDeletedObjects = null;
3475Dictionary<RelatedEnd, HashSet<EntityKey>> deletedRelationshipsByForeignKey;
3484Dictionary<RelatedEnd, HashSet<IEntityWrapper>> deletedRelationshipsByGraph;
3485HashSet<IEntityWrapper> entitiesToDelete = null;
3602HashSet<IEntityWrapper> entitiesToDelete)
3611HashSet<EntityKey> entityKeysOfDeletedObjects = null;
3612Dictionary<RelatedEnd, HashSet<EntityKey>> deletedRelationshipsByForeignKey;
3613Dictionary<RelatedEnd, HashSet<IEntityWrapper>> deletedRelationshipsByGraph;
3629HashSet<IEntityWrapper> entitiesToDelete)
3638Dictionary<RelatedEnd, HashSet<IEntityWrapper>> addedRelationshipsByGraph;
3639HashSet<IEntityWrapper> entitiesToAdd = null;
3664HashSet<EntityKey> entityKeysOfAddedObjects = null;
3665Dictionary<RelatedEnd, HashSet<EntityKey>> addedRelationshipsByForeignKey;
3673Dictionary<RelatedEnd, HashSet<IEntityWrapper>> addedRelationshipsByGraph;
3674HashSet<IEntityWrapper> entitiesToAdd = null;