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