3 references to GetLockFilePath
dotnet (1)
CommandFactory\CommandResolution\ToolPathCalculator.cs (1)
38
return
GetLockFilePath
(packageId, bestVersion, framework);
dotnet.Tests (2)
CommandFactoryTests\GivenAProjectToolsCommandResolver.cs (2)
237
var lockFilePath = toolPathCalculator.
GetLockFilePath
(
274
var lockFilePath = toolPathCalculator.
GetLockFilePath
(