2 writes to _reflectionContext
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Hosting\ApplicationCatalog.cs (2)
36
_reflectionContext
= reflectionContext;
44
_reflectionContext
= reflectionContext;
3 references to _reflectionContext
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\Hosting\ApplicationCatalog.cs (3)
50
if (
_reflectionContext
!= null)
53
? new DirectoryCatalog(location, pattern,
_reflectionContext
, _definitionOrigin)
54
: new DirectoryCatalog(location, pattern,
_reflectionContext
);