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)
91
get =>
_lockFilePath
;
95
_lockFileLazy = string.IsNullOrWhiteSpace(value) ? null : new Lazy<LockFile>(() => LockFileUtilities.GetLockFile(
_lockFilePath
, Log));