3 references to GetProcessInfo
Microsoft.Build.Tasks.CodeAnalysis (3)
ManagedToolTask.cs (2)
69
(_, commandLineArguments, _) = RuntimeHostInfo.
GetProcessInfo
(PathToManagedToolWithoutExtension, commandLineArguments);
109
? RuntimeHostInfo.
GetProcessInfo
(PathToManagedToolWithoutExtension, string.Empty).processFilePath
src\Compilers\Shared\BuildServerConnection.cs (1)
440
return RuntimeHostInfo.
GetProcessInfo
(serverPathWithoutExtension, commandLineArgs);