2 implementations of UnionWith
System (1)
compmod\system\collections\generic\sortedset.cs (1)
985public void UnionWith(IEnumerable<T> other) {
System.Core (1)
System\Collections\Generic\HashSet.cs (1)
471public void UnionWith(IEnumerable<T> other) {
9 references to UnionWith
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (5)
104settings.ImportReferences.UnionWith(visualBasicNamespaces.VisualBasicImports); 425this.VisualBasicImports.UnionWith(GetVisualBasicImportReferences(importedNamespace)); 470this.VisualBasicImports.UnionWith(GetVisualBasicImportReferences(ns.Namespace)); 480this.VisualBasicImports.UnionWith(GetVisualBasicImportReferences(ns.Namespace)); 486this.VisualBasicImports.UnionWith(GetVisualBasicImportReferences(ns.Namespace));
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (4)
425this.VisualBasicImports.UnionWith(GetVisualBasicImportReferences(importedNamespace)); 470this.VisualBasicImports.UnionWith(GetVisualBasicImportReferences(ns.Namespace)); 480this.VisualBasicImports.UnionWith(GetVisualBasicImportReferences(ns.Namespace)); 486this.VisualBasicImports.UnionWith(GetVisualBasicImportReferences(ns.Namespace));