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)
215if (CommandsEventSource.Instance.IsEnabled()) CommandsEventSource.Instance.RestoreResult_WriteDgSpecFileStart(_dependencyGraphSpecFilePath); 219if (CommandsEventSource.Instance.IsEnabled()) CommandsEventSource.Instance.RestoreResult_WriteDgSpecFileStop(_dependencyGraphSpecFilePath); 324if (!toolCommit && !DoNotWriteDependencyGraphSpec && _dependencyGraphSpecFilePath != null && _dependencyGraphSpec != null && (DidDGHashChange || !File.Exists(_dependencyGraphSpecFilePath))) 326log.LogVerbose($"Persisting dg to {_dependencyGraphSpecFilePath}"); 330_dependencyGraphSpecFilePath);