4 writes to Exe
Microsoft.DotNet.Cli.Utils (4)
FileNameSuffixes.cs (4)
36Exe = ".exe", 44Exe = ".exe", 52Exe = string.Empty, 60Exe = string.Empty,
3 references to Exe
dotnet (2)
Commands\Run\CSharpCompilerCommand.cs (1)
265var apphostSource = Path.Join(SdkPath, "..", "..", "packs", $"Microsoft.NETCore.App.Host.{rid}", RuntimeVersion, "runtimes", rid, "native", $"apphost{FileNameSuffixes.CurrentPlatform.Exe}");
Commands\Run\FileBasedAppRunPlan.cs (1)
347Path.Join(binDirectory, fileNameWithoutExtension + FileNameSuffixes.CurrentPlatform.Exe),
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Run\FileBasedAppRunPlan.cs (1)
347Path.Join(binDirectory, fileNameWithoutExtension + FileNameSuffixes.CurrentPlatform.Exe),