1 write to _pluginManager
NuGet.Protocol (1)
Providers\PluginResourceProvider.cs (1)
30_pluginManager = pluginManager ?? throw new ArgumentNullException(nameof(pluginManager));
1 reference to _pluginManager
NuGet.Protocol (1)
Providers\PluginResourceProvider.cs (1)
56var pluginCreationResults = await _pluginManager.CreatePluginsAsync(source, cancellationToken);