3 references to ResolveCommand
Aspire.Hosting.Python (3)
PythonInstallationManager.cs (2)
44var pythonPath = ResolveCommand("python"); 54var python3Path = ResolveCommand("python3");
src\Shared\RequiredCommandValidator.cs (1)
102var resolved = ResolveCommand(command);