2 writes to _reflectionContext
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (2)
329
_reflectionContext
= reflectionContext;
384
_reflectionContext
= reflectionContext;
3 references to _reflectionContext
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (2)
667
return (
_reflectionContext
!= null)
668
? new AssemblyCatalog(assemblyFilePath,
_reflectionContext
, this)
System\ComponentModel\Composition\Hosting\DirectoryCatalog.DirectoryCatalogDebuggerProxy.cs (1)
39
return _catalog.
_reflectionContext
;