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)
27ArgumentNullException.ThrowIfNull(_reflectionContextType); 32reflectionContext = (ReflectionContext)Activator.CreateInstance(_reflectionContextType)!;