5 references to RuntimeHostInfo
Microsoft.Build.Tasks.CodeAnalysis.Sdk (5)
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (3)
52
internal static bool IsBuiltinToolRunningOnCoreClr =>
RuntimeHostInfo
.IsCoreClrRuntime || IsSdkFrameworkToCoreBridgeTask;
83
commandLineArguments =
RuntimeHostInfo
.GetDotNetExecCommandLine(PathToBuiltInTool, commandLineArguments);
123
(true, true) =>
RuntimeHostInfo
.GetDotNetPathOrDefault(),
src\Compilers\Shared\BuildServerConnection.cs (2)
443
commandLineArgs =
RuntimeHostInfo
.GetDotNetExecCommandLine(Path.ChangeExtension(processFilePath, ".dll"), commandLineArgs);
444
processFilePath =
RuntimeHostInfo
.GetDotNetPathOrDefault();