1 instantiation of AggregateCatalog
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\ApplicationCatalog.cs (1)
97
var innerCatalog = new
AggregateCatalog
(catalogs);
13 references to AggregateCatalog
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
AggregateCatalog
? _innerCatalog;
64
private
AggregateCatalog
InnerCatalog
97
var
innerCatalog = new AggregateCatalog(catalogs);
113
AggregateCatalog
? innerCatalog = null;