1 write to _reflectionContextType
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\CatalogReflectionContextAttribute.cs (1)
22
_reflectionContextType
= reflectionContextType;
2 references to _reflectionContextType
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\CatalogReflectionContextAttribute.cs (2)
27
ArgumentNullException.ThrowIfNull(
_reflectionContextType
);
32
reflectionContext = (ReflectionContext)Activator.CreateInstance(
_reflectionContextType
)!;