1 write to _pluginsCacheDirectoryPath
NuGet.Protocol (1)
Plugins\PluginManager.cs (1)
313_pluginsCacheDirectoryPath = pluginsCacheDirectoryPath ?? throw new ArgumentNullException(nameof(pluginsCacheDirectoryPath));
2 references to _pluginsCacheDirectoryPath
NuGet.Protocol (2)
Plugins\PluginManager.cs (2)
203var cacheEntry = new PluginCacheEntry(_pluginsCacheDirectoryPath.Value, result.PluginFile.Path, requestKey.PackageSourceRepository); 301[MemberNotNull(nameof(_pluginsCacheDirectoryPath))]