5 references to TryResolveExecutablePath
aspire (5)
Certificates\CertificateGeneration\UnixCertificateManager.cs (1)
626if (PathLookupHelper.TryResolveExecutablePath(command, out _, environmentVariables))
Projects\ExtensionGuestLauncher.cs (1)
46if (!PathLookupHelper.TryResolveExecutablePath(command, out var resolvedCommand, effectiveEnvironmentVariables))
Projects\ProcessGuestLauncher.cs (1)
53if (!PathLookupHelper.TryResolveExecutablePath(command, out var resolvedCommand, effectiveEnvironmentVariables))
Utils\EnvironmentChecker\DevCertsCheck.cs (2)
234PathLookupHelper.TryResolveExecutablePath(OpenSslCommand, out var openSslPath, environmentVariables); 500if (PathLookupHelper.TryResolveExecutablePath(CertificateHelpers.CertUtilCommand, out _, environmentVariables))