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)
50if (_reflectionContext != null) 53? new DirectoryCatalog(location, pattern, _reflectionContext, _definitionOrigin) 54: new DirectoryCatalog(location, pattern, _reflectionContext);