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