1 instantiation of PluginManager
NuGet.Protocol (1)
Plugins\PluginManager.cs (1)
29
private static readonly Lazy<IPluginManager> _lazy = new Lazy<IPluginManager>(() => new
PluginManager
());
2 references to PluginManager
NuGet.Credentials (1)
DefaultCredentialServiceUtility.cs (1)
68
var securePluginProviders = await new SecurePluginCredentialProviderBuilder(pluginManager:
PluginManager
.Instance, canShowDialog: true, logger: logger).BuildAllAsync();
NuGet.Protocol (1)
Providers\PluginResourceProvider.cs (1)
22
public PluginResourceProvider() : this(
PluginManager
.Instance)