1 write to _exportLifetimeContextCreator
System.Composition.Runtime (1)
System\Composition\ExportFactoryOfT.cs (1)
20
_exportLifetimeContextCreator
= exportCreator ?? throw new ArgumentNullException(nameof(exportCreator));
1 reference to _exportLifetimeContextCreator
System.Composition.Runtime (1)
System\Composition\ExportFactoryOfT.cs (1)
29
Tuple<T, Action> untypedLifetimeContext =
_exportLifetimeContextCreator
.Invoke();