4 instantiations of DirectoryCatalog
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\Hosting\ApplicationCatalog.cs (4)
53? new DirectoryCatalog(location, pattern, _reflectionContext, _definitionOrigin) 54: new DirectoryCatalog(location, pattern, _reflectionContext); 57? new DirectoryCatalog(location, pattern, _definitionOrigin) 58: new DirectoryCatalog(location, pattern);
11 references to DirectoryCatalog
System.ComponentModel.Composition (11)
System\ComponentModel\Composition\Hosting\ApplicationCatalog.cs (2)
153/// The <see cref="DirectoryCatalog"/> has been disposed of. 180/// A <see cref="string"/> containing the string representation of the <see cref="DirectoryCatalog"/>.
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (6)
390/// Translated absolute path of the path passed into the constructor of <see cref="DirectoryCatalog"/>. 418/// Path passed into the constructor of <see cref="DirectoryCatalog"/>. 431/// SearchPattern passed into the constructor of <see cref="DirectoryCatalog"/>, or the default *.dll. 520/// The <see cref="DirectoryCatalog"/> has been disposed of. 654/// A <see cref="string"/> containing the string representation of the <see cref="DirectoryCatalog"/>. 786/// A <see cref="string"/> containing a human-readable display name of the <see cref="DirectoryCatalog"/>.
System\ComponentModel\Composition\Hosting\DirectoryCatalog.DirectoryCatalogDebuggerProxy.cs (2)
17private readonly DirectoryCatalog _catalog; 19public DirectoryCatalogDebuggerProxy(DirectoryCatalog catalog)
System\Composition\Diagnostics\CompositionTrace.cs (1)
41internal static void AssemblyLoadFailed(DirectoryCatalog catalog, string fileName, Exception exception)