1 write to CacheFilePath
NuGet.Commands (1)
RestoreCommand\RestoreResult.cs (1)
133CacheFilePath = cacheFilePath;
8 references to CacheFilePath
NuGet.Commands (8)
RestoreCommand\RequestFactory\NoOpRestoreResult.cs (2)
51CacheFilePath)); 60CacheFilePath));
RestoreCommand\RestoreResult.cs (6)
201if (CommandsEventSource.Instance.IsEnabled()) CommandsEventSource.Instance.RestoreResult_WriteCacheFileStart(CacheFilePath); 205if (CommandsEventSource.Instance.IsEnabled()) CommandsEventSource.Instance.RestoreResult_WriteCacheFileStop(CacheFilePath); 285if (CacheFile != null && CacheFilePath != null) 292CacheFilePath)); 298CacheFilePath)); 303CacheFilePath);