4 references to AggregateCatalog
Microsoft.CodeAnalysis.Workspaces.Desktop (1)
Workspace\Host\Mef\MefV1HostServices.cs (1)
65var catalog = new AggregateCatalog(assemblies.Select(a => new AssemblyCatalog(a)));
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\Hosting\AggregateCatalog.cs (2)
28: this((IEnumerable<ComposablePartCatalog>?)null) 47: this((IEnumerable<ComposablePartCatalog>?)catalogs)
System\ComponentModel\Composition\Hosting\ApplicationCatalog.cs (1)
97var innerCatalog = new AggregateCatalog(catalogs);