1 write to _dependencyGraphSpecFilePath
NuGet.Commands (1)
RestoreCommand\RestoreResult.cs (1)
136
_dependencyGraphSpecFilePath
= dependencyGraphSpecFilePath;
6 references to _dependencyGraphSpecFilePath
NuGet.Commands (6)
RestoreCommand\RestoreResult.cs (6)
215
if (CommandsEventSource.Instance.IsEnabled()) CommandsEventSource.Instance.RestoreResult_WriteDgSpecFileStart(
_dependencyGraphSpecFilePath
);
219
if (CommandsEventSource.Instance.IsEnabled()) CommandsEventSource.Instance.RestoreResult_WriteDgSpecFileStop(
_dependencyGraphSpecFilePath
);
324
if (!toolCommit && !DoNotWriteDependencyGraphSpec &&
_dependencyGraphSpecFilePath
!= null && _dependencyGraphSpec != null && (DidDGHashChange || !File.Exists(
_dependencyGraphSpecFilePath
)))
326
log.LogVerbose($"Persisting dg to {
_dependencyGraphSpecFilePath
}");
330
_dependencyGraphSpecFilePath
);