1 implementation of TryGetLockFile
dotnet (1)
CommandFactory\CommandResolution\MSBuildProject.cs (1)
154
public bool
TryGetLockFile
(out LockFile lockFile)
1 reference to TryGetLockFile
dotnet (1)
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (1)
205
if (project.
TryGetLockFile
(out LockFile lockFile))