Implemented interface member:
property
LockFilePath
NuGet.Commands.IRestoreResult.LockFilePath
1 write to LockFilePath
NuGet.Commands (1)
RestoreCommand\RestoreResult.cs (1)
130
LockFilePath
= lockFilePath;
13 references to LockFilePath
NuGet.Commands (12)
RestoreCommand\RequestFactory\NoOpRestoreResult.cs (2)
48
LockFilePath
));
57
LockFilePath
));
RestoreCommand\RestoreResult.cs (10)
192
if (CommandsEventSource.Instance.IsEnabled()) CommandsEventSource.Instance.RestoreResult_WriteAssetsFileStart(
LockFilePath
);
198
if (CommandsEventSource.Instance.IsEnabled()) CommandsEventSource.Instance.RestoreResult_WriteAssetsFileStop(
LockFilePath
);
235
if (LockFile == null ||
LockFilePath
== null)
249
LockFilePath
));
253
LockFilePath
);
259
LockFilePath
));
263
LockFilePath
);
272
LockFilePath
));
278
LockFilePath
));
345
dirtyFiles.Add(
LockFilePath
);
NuGet.PackageManagement (1)
NuGetPackageManager.cs (1)
3510
filesToBeUpdated.Add(result.Result.
LockFilePath
);