1 instantiation of PluginFactory
NuGet.Protocol (1)
Plugins\PluginManager.cs (1)
53(TimeSpan idleTimeout) => new PluginFactory(idleTimeout),
4 references to PluginFactory
NuGet.Protocol (4)
Plugins\Logging\AssemblyLogMessage.cs (1)
22var assembly = typeof(PluginFactory).Assembly;
Plugins\PluginFactory.cs (2)
34/// Instantiates a new <see cref="PluginFactory" /> class. 124throw new ObjectDisposedException(nameof(PluginFactory));
Plugins\PluginManager.cs (1)
60Func<TimeSpan, PluginFactory> pluginFactoryCreator,