1 write to RootFolder
NuGet.Protocol (1)
Plugins\PluginCacheEntry.cs (1)
29RootFolder = Path.Combine(rootCacheFolder, CachingUtility.RemoveInvalidFileNameChars(CachingUtility.ComputeHash(pluginFilePath, addIdentifiableCharacters: false)));
2 references to RootFolder
NuGet.Protocol (2)
Plugins\PluginCacheEntry.cs (2)
30CacheFileName = Path.Combine(RootFolder, CachingUtility.RemoveInvalidFileNameChars(CachingUtility.ComputeHash(requestKey, addIdentifiableCharacters: false)) + ".dat"); 81Directory.CreateDirectory(RootFolder);