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)
207var cacheEntry = new PluginCacheEntry(_pluginsCacheDirectoryPath.Value, result.PluginFile.Path, requestKey.PackageSourceRepository);