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)
27if (_reflectionContextType == null) 29throw new ArgumentNullException(nameof(_reflectionContextType)); 35reflectionContext = (ReflectionContext)Activator.CreateInstance(_reflectionContextType)!;