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