8 references to Assembly
System.ComponentModel.Composition (8)
System\ComponentModel\Composition\Hosting\AssemblyCatalog.cs (6)
266
/// The <see cref="
Assembly
"/> containing the attributed <see cref="Type"/> objects to
299
/// The <see cref="
Assembly
"/> containing the attributed <see cref="Type"/> objects to
340
/// The <see cref="
Assembly
"/> containing the attributed <see cref="Type"/> objects to
363
/// The <see cref="
Assembly
"/> containing the attributed <see cref="Type"/> objects to
463
/// The <see cref="
Assembly
"/> containing the attributed <see cref="Type"/> objects
541
$"{GetType().Name} (Assembly=\"{
Assembly
.FullName}\")"; // NOLOC
System\ComponentModel\Composition\Hosting\AssemblyCatalogDebuggerProxy.cs (1)
25
get { return _catalog.
Assembly
; }
System\ComponentModel\Composition\Hosting\DirectoryCatalog.DirectoryCatalogDebuggerProxy.cs (1)
30
return _catalog._assemblyCatalogs.Values.Select(catalog => catalog.
Assembly
)