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)
22
var assembly = typeof(
PluginFactory
).Assembly;
Plugins\PluginFactory.cs (2)
34
/// Instantiates a new <see cref="
PluginFactory
" /> class.
124
throw new ObjectDisposedException(nameof(
PluginFactory
));
Plugins\PluginManager.cs (1)
60
Func<TimeSpan,
PluginFactory
> pluginFactoryCreator,