1 write to _exportFactoryType
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ReflectionModel\ExportfactoryCreator.cs (1)
20
_exportFactoryType
= exportFactoryType;
2 references to _exportFactoryType
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ExportfactoryCreator.cs (2)
47
Type constructed =
_exportFactoryType
.MakeGenericType(typeArgs);
60
Type constructed =
_exportFactoryType
.MakeGenericType(typeArgs);