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)
446
var catalog = (
_reflectionContext
!= null)
447
? new TypeCatalog(assembly.GetTypes(),
_reflectionContext
, _definitionOrigin)