1 write to _dependencyGraphSpec
NuGet.Commands (1)
RestoreCommand\RestoreResult.cs (1)
137_dependencyGraphSpec = dependencyGraphSpec;
2 references to _dependencyGraphSpec
NuGet.Commands (2)
RestoreCommand\RestoreResult.cs (2)
324if (!toolCommit && !DoNotWriteDependencyGraphSpec && _dependencyGraphSpecFilePath != null && _dependencyGraphSpec != null && (DidDGHashChange || !File.Exists(_dependencyGraphSpecFilePath))) 329(outputPath) => _dependencyGraphSpec.Save(outputPath),