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