1 instantiation of Export
System.Composition.Runtime (1)
System\Composition\ExportFactoryOfT.cs (1)
30
return new
Export
<T>(untypedLifetimeContext.Item1, untypedLifetimeContext.Item2);
2 references to Export
System.Composition.Hosting (1)
System\Composition\Hosting\Core\LifetimeContext.cs (1)
26
/// <seealso cref="
Export
{T}"/>
System.Composition.Runtime (1)
System\Composition\ExportFactoryOfT.cs (1)
27
public
Export
<T> CreateExport()