2 references to GetLockFilePath
NuGet.Commands (1)
RestoreCommand\RequestFactory\RestoreArgs.cs (1)
195request.LockFilePath = ProjectJsonPathUtilities.GetLockFilePath(request.Project.FilePath);
NuGet.PackageManagement (1)
Projects\ProjectJsonNuGetProject.cs (1)
106return Task.FromResult(ProjectJsonPathUtilities.GetLockFilePath(JsonConfigPath));