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