4 writes to _reflectionContext
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\Hosting\AssemblyCatalog.cs (4)
135_reflectionContext = reflectionContext; 257_reflectionContext = reflectionContext; 290_reflectionContext = reflectionContext; 331_reflectionContext = reflectionContext;
2 references to _reflectionContext
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Hosting\AssemblyCatalog.cs (2)
446var catalog = (_reflectionContext != null) 447? new TypeCatalog(assembly.GetTypes(), _reflectionContext, _definitionOrigin)