5 references to GetDotNetExecutableName
aspire (5)
Layout\LayoutConfiguration.cs (1)
101var bundledPath = Path.Combine(runtimePath, BundleDiscovery.GetDotNetExecutableName());
Layout\LayoutDiscovery.cs (1)
207var muxerName = BundleDiscovery.GetDotNetExecutableName();
src\Shared\BundleDiscovery.cs (3)
243var dotnetPath = Path.Combine(runtimeDir, GetDotNetExecutableName()); 385var dotnetPath = Path.Combine(runtimePath, GetDotNetExecutableName()); 395var dotnetPath = Path.Combine(discoveredRuntimePath, GetDotNetExecutableName());