2 instantiations of AggregateCatalog
Microsoft.CodeAnalysis.Workspaces.Desktop (1)
Workspace\Host\Mef\MefV1HostServices.cs (1)
65
var catalog = new
AggregateCatalog
(assemblies.Select(a => new AssemblyCatalog(a)));
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\ApplicationCatalog.cs (1)
97
var innerCatalog = new
AggregateCatalog
(catalogs);
14 references to AggregateCatalog
Microsoft.CodeAnalysis.Workspaces.Desktop (1)
Workspace\Host\Mef\MefV1HostServices.cs (1)
65
var
catalog = new AggregateCatalog(assemblies.Select(a => new AssemblyCatalog(a)));
System.ComponentModel.Composition (13)
System\ComponentModel\Composition\Hosting\AggregateCatalog.cs (9)
25
/// Initializes a new instance of the <see cref="
AggregateCatalog
"/> class.
33
/// Initializes a new instance of the <see cref="
AggregateCatalog
"/> class
38
/// <see cref="
AggregateCatalog
"/>.
52
/// Initializes a new instance of the <see cref="
AggregateCatalog
"/> class
57
/// to the <see cref="
AggregateCatalog
"/>; or <see langword="null"/> to
58
/// create an <see cref="
AggregateCatalog
"/> that is empty.
117
/// The <see cref="
AggregateCatalog
"/> has been disposed of.
160
/// of the <see cref="
AggregateCatalog
"/>.
163
/// The <see cref="
AggregateCatalog
"/> has been disposed of.
System\ComponentModel\Composition\Hosting\ApplicationCatalog.cs (4)
18
private volatile
AggregateCatalog
? _innerCatalog;
64
private
AggregateCatalog
InnerCatalog
97
var
innerCatalog = new AggregateCatalog(catalogs);
113
AggregateCatalog
? innerCatalog = null;