6 references to ExeExtension
csc (2)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
463
var processFilePath = Path.Combine(clientDir, $"VBCSCompiler{PlatformInformation.
ExeExtension
}");
src\roslyn\src\Compilers\Shared\RuntimeHostInfo.cs (1)
39
internal static string DotNetHostExecutableName => $"dotnet{PlatformInformation.
ExeExtension
}";
vbc (2)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
463
var processFilePath = Path.Combine(clientDir, $"VBCSCompiler{PlatformInformation.
ExeExtension
}");
src\roslyn\src\Compilers\Shared\RuntimeHostInfo.cs (1)
39
internal static string DotNetHostExecutableName => $"dotnet{PlatformInformation.
ExeExtension
}";
VBCSCompiler (2)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
463
var processFilePath = Path.Combine(clientDir, $"VBCSCompiler{PlatformInformation.
ExeExtension
}");
src\roslyn\src\Compilers\Shared\RuntimeHostInfo.cs (1)
39
internal static string DotNetHostExecutableName => $"dotnet{PlatformInformation.
ExeExtension
}";