2 references to CreateStronglyTypedExportFactoryFactory
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ImportType.cs (2)
191
castFunction = new ExportFactoryCreator(genericType).
CreateStronglyTypedExportFactoryFactory
(arguments[0].UnderlyingSystemType, null);
199
castFunction = new ExportFactoryCreator(genericType).
CreateStronglyTypedExportFactoryFactory
(arguments[0].UnderlyingSystemType, arguments[1].UnderlyingSystemType);