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)
29Tuple<T, Action> untypedLifetimeContext = _exportLifetimeContextCreator.Invoke();