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