2 instantiations of ComposablePartCatalogCollection
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Hosting\AggregateCatalog.cs (1)
67
_catalogs = new
ComposablePartCatalogCollection
(catalogs, OnChanged, OnChanging);
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (1)
757
_catalogCollection = new
ComposablePartCatalogCollection
(null, null, null);
3 references to ComposablePartCatalogCollection
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\Hosting\AggregateCatalog.cs (1)
21
private readonly
ComposablePartCatalogCollection
_catalogs;
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (2)
33
private
ComposablePartCatalogCollection
_catalogCollection;
464
ComposablePartCatalogCollection
? catalogs = null;