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