1 write to _lockFilePath
NuGet.Commands (1)
RestoreCommand\RestoreRequest.cs (1)
94_lockFilePath = value;
2 references to _lockFilePath
NuGet.Commands (2)
RestoreCommand\RestoreRequest.cs (2)
91get => _lockFilePath; 95_lockFileLazy = string.IsNullOrWhiteSpace(value) ? null : new Lazy<LockFile>(() => LockFileUtilities.GetLockFile(_lockFilePath, Log));