1 write to _pluginsCacheDirectoryPath
NuGet.Protocol (1)
Plugins\PluginManager.cs (1)
310
_pluginsCacheDirectoryPath
= pluginsCacheDirectoryPath ?? throw new ArgumentNullException(nameof(pluginsCacheDirectoryPath));
1 reference to _pluginsCacheDirectoryPath
NuGet.Protocol (1)
Plugins\PluginManager.cs (1)
207
var cacheEntry = new PluginCacheEntry(
_pluginsCacheDirectoryPath
.Value, result.PluginFile.Path, requestKey.PackageSourceRepository);