5 references to RuntimeHostInfo
Microsoft.Build.Tasks.CodeAnalysis (5)
BuildServerConnection.cs (1)
416return RuntimeHostInfo.GetProcessInfo(serverPathWithoutExtension, commandLineArgs);
ManagedToolTask.cs (3)
54(_, commandLineArguments, _) = RuntimeHostInfo.GetProcessInfo(PathToManagedToolWithoutExtension, commandLineArguments); 68? RuntimeHostInfo.GetProcessInfo(PathToManagedToolWithoutExtension, string.Empty).processFilePath 84protected sealed override string ToolName => $"{ToolNameWithoutExtension}.{RuntimeHostInfo.ToolExtension}";
Utilities.cs (1)
180return RuntimeHostInfo.IsDesktopRuntime