2 references to GetExportLifetimeContextFromExport
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ExportfactoryCreator.cs (2)
49
Func<Tuple<T, Action>> exportLifetimeContextCreator = () => LifetimeContext.
GetExportLifetimeContextFromExport
<T>(export);
62
Func<Tuple<T, Action>> exportLifetimeContextCreator = () => LifetimeContext.
GetExportLifetimeContextFromExport
<T>(export);