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 (3)
Commands\Run\CSharpCompilerCommand.cs (2)
260var apphostTarget = Path.Join(binDir, $"{FileNameWithoutExtension}{FileNameSuffixes.CurrentPlatform.Exe}"); 264var apphostSource = Path.Join(SdkPath, "..", "..", "packs", $"Microsoft.NETCore.App.Host.{rid}", RuntimeVersion, "runtimes", rid, "native", $"apphost{FileNameSuffixes.CurrentPlatform.Exe}");
Commands\Run\RunCommand.cs (1)
670var exePath = Path.Join(artifactsPath, "bin", "debug", Path.GetFileNameWithoutExtension(entryPointFileFullPath) + FileNameSuffixes.CurrentPlatform.Exe);