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)
30
return
_catalog
._assemblyCatalogs.Values.Select(catalog => catalog.Assembly)
39
return
_catalog
._reflectionContext;
45
get { return
_catalog
.SearchPattern; }
50
get { return
_catalog
._path; }
55
get { return
_catalog
._fullPath; }
60
get { return
_catalog
._loadedFiles; }
69
get { return
_catalog
.Parts.ToReadOnlyCollection(); }