4 references to TryResolveCommand
dotnet-MsiInstallation.Tests (1)
Framework\VMControl.cs (1)
47
if (!ToolsetInfo.
TryResolveCommand
("PsExec", out _psExecPath))
Microsoft.NET.TestFramework (3)
Commands\RunExeCommand.cs (1)
12
if (!File.Exists(commandPath) && !ToolsetInfo.
TryResolveCommand
(commandPath, out _))
ToolsetInfo.cs (2)
280
if (
TryResolveCommand
("dotnet", out string? pathToDotnet))
308
if (
TryResolveCommand
("MSBuild", out string? pathToMSBuild))