1 write to _catalog
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\DirectoryCatalog.DirectoryCatalogDebuggerProxy.cs (1)
23_catalog = catalog;
7 references to _catalog
System.ComponentModel.Composition (7)
System\ComponentModel\Composition\Hosting\DirectoryCatalog.DirectoryCatalogDebuggerProxy.cs (7)
30return _catalog._assemblyCatalogs.Values.Select(catalog => catalog.Assembly) 39return _catalog._reflectionContext; 45get { return _catalog.SearchPattern; } 50get { return _catalog._path; } 55get { return _catalog._fullPath; } 60get { return _catalog._loadedFiles; } 69get { return _catalog.Parts.ToReadOnlyCollection(); }