4 writes to Exe
Microsoft.DotNet.Cli.Utils (4)
FileNameSuffixes.cs (4)
36Exe = ".exe", 44Exe = ".exe", 52Exe = string.Empty, 60Exe = string.Empty,
6 references to Exe
dotnet (3)
Commands\Run\CSharpCompilerCommand.cs (2)
297var apphostTarget = Path.Join(binDir, $"{fileNameWithoutExtension}{FileNameSuffixes.CurrentPlatform.Exe}"); 301var apphostSource = Path.Join(SdkPath, "..", "..", "packs", $"Microsoft.NETCore.App.Host.{rid}", RuntimeVersion, "runtimes", rid, "native", $"apphost{FileNameSuffixes.CurrentPlatform.Exe}");
Commands\Run\RunCommand.cs (1)
471var exePath = Path.Join(artifactsPath, "bin", "debug", Path.GetFileNameWithoutExtension(entryPointFileFullPath) + FileNameSuffixes.CurrentPlatform.Exe);
dotnet.Tests (1)
crossgen.Tests.cs (1)
63string dotnetExecutable = $"dotnet{Cli.Utils.FileNameSuffixes.CurrentPlatform.Exe}";
Microsoft.DotNet.Cli.Utils (1)
Muxer.cs (1)
44string muxerPathMaybe = Path.Combine(rootPath, $"{MuxerName}{FileNameSuffixes.CurrentPlatform.Exe}");
Microsoft.NET.Build.Tests (1)
RoslynBuildTaskTests.cs (1)
24private static string AppHostCompilerFileName(Language language) => CompilerFileNameWithoutExtension(language) + FileNameSuffixes.CurrentPlatform.Exe;