1 write to _reflectionContextType
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\CatalogReflectionContextAttribute.cs (1)
22
_reflectionContextType
= reflectionContextType;
3 references to _reflectionContextType
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\CatalogReflectionContextAttribute.cs (3)
27
if (
_reflectionContextType
== null)
29
throw new ArgumentNullException(nameof(
_reflectionContextType
));
35
reflectionContext = (ReflectionContext)Activator.CreateInstance(
_reflectionContextType
)!;