Implemented interface member:
method
UnionWith
System.Collections.Generic.ISet<T>.UnionWith(System.Collections.Generic.IEnumerable<T>)
22 references to UnionWith
System.Activities (5)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (4)
299this.referencedAssemblies.UnionWith(DefaultReferencedAssemblies); 437this.referencedAssemblies.UnionWith(DefaultReferencedAssemblies); 1420typeReferences.UnionWith(alreadyVisited); 1443typeReferences.UnionWith(alreadyVisited);
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (1)
114allExtensionTypes.UnionWith(filteredActivityExtensionProviders.Keys);
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (1)
519connectors.UnionWith(attachedConnectors);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
668connectorsToDelete.UnionWith(GetAttachedConnectors(designer));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (1)
180namespacesToReturn.UnionWith(importedNamespaces.ImportedNamespaces);
System.Core (2)
System\Collections\Generic\HashSet.cs (2)
148this.UnionWith(collection); 567UnionWith(other);
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (1)
180namespacesToReturn.UnionWith(importedNamespaces.ImportedNamespaces);
System.Data.Entity (8)
System\Data\Common\Utils\Set.cs (1)
231_values.UnionWith(other);
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
767stateEntries.UnionWith(command.GetStateEntries(this));
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (3)
64derivedTypes.UnionWith(MetadataHelper.GetTypeAndSubtypesOf(end.CorrespondingAssociationEndMember.TypeUsage.EdmType, edmItemCollection, false)); 158possibleTypes.UnionWith(MetadataHelper.GetTypeAndSubtypesOf(edmType, edmItemCollection, true)); 165derivedTypes.UnionWith(MetadataHelper.GetTypeAndSubtypesOf(possibleType, edmItemCollection, false));
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryProcessor.cs (1)
149newProjectedAttributes.UnionWith(view.Attributes);
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (2)
728outputUsedViews.UnionWith(rewriting.GetNamedQueries()); 820outputUsedViews.UnionWith(rewriting.GetNamedQueries());
System.Data.Linq (2)
SqlClient\Query\SqlBinder.cs (2)
392types.UnionWith(GetPossibleTypes(when.Value)); 1420produced.UnionWith(rightProduced);
System.Web (1)
UI\EventValidationStore.cs (1)
41newStore._hashes.UnionWith(this._hashes);