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