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