5 references to RuntimeHostInfo
Microsoft.Build.Tasks.CodeAnalysis (5)
ManagedToolTask.cs (3)
69(_, commandLineArguments, _) = RuntimeHostInfo.GetProcessInfo(PathToManagedToolWithoutExtension, commandLineArguments); 109? RuntimeHostInfo.GetProcessInfo(PathToManagedToolWithoutExtension, string.Empty).processFilePath 128protected sealed override string ToolName => RuntimeHostInfo.IsCoreClrRuntime
src\Compilers\Shared\BuildServerConnection.cs (1)
440return RuntimeHostInfo.GetProcessInfo(serverPathWithoutExtension, commandLineArgs);
Utilities.cs (1)
180return RuntimeHostInfo.IsDesktopRuntime