2 instantiations of TypeCatalog
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Hosting\AssemblyCatalog.cs (2)
447
? new
TypeCatalog
(assembly.GetTypes(), _reflectionContext, _definitionOrigin)
448
: new
TypeCatalog
(assembly.GetTypes(), _definitionOrigin);
13 references to TypeCatalog
System.ComponentModel.Composition (13)
System\ComponentModel\Composition\Hosting\AssemblyCatalog.cs (1)
446
var
catalog = (_reflectionContext != null)
System\ComponentModel\Composition\Hosting\TypeCatalog.cs (12)
35
/// Initializes a new instance of the <see cref="
TypeCatalog
"/> class
40
/// <see cref="
TypeCatalog
"/>.
57
/// Initializes a new instance of the <see cref="
TypeCatalog
"/> class
62
/// to the <see cref="
TypeCatalog
"/>.
85
/// Initializes a new instance of the <see cref="
TypeCatalog
"/> class
90
/// to the <see cref="
TypeCatalog
"/>.
113
/// Initializes a new instance of the <see cref="
TypeCatalog
"/> class
118
/// to the <see cref="
TypeCatalog
"/>.
142
/// Initializes a new instance of the <see cref="
TypeCatalog
"/> class
147
/// to the <see cref="
TypeCatalog
"/>.
233
/// A <see cref="string"/> containing a human-readable display name of the <see cref="
TypeCatalog
"/>.
340
/// A <see cref="string"/> containing the string representation of the <see cref="
TypeCatalog
"/>.