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