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)
667return (_reflectionContext != null) 668? new AssemblyCatalog(assemblyFilePath, _reflectionContext, this)
System\ComponentModel\Composition\Hosting\DirectoryCatalog.DirectoryCatalogDebuggerProxy.cs (1)
39return _catalog._reflectionContext;