2 references to GetDotNetExecCommandLine
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (1)
83
commandLineArguments = RuntimeHostInfo.
GetDotNetExecCommandLine
(PathToBuiltInTool, commandLineArguments);
src\Compilers\Shared\BuildServerConnection.cs (1)
443
commandLineArgs = RuntimeHostInfo.
GetDotNetExecCommandLine
(Path.ChangeExtension(processFilePath, ".dll"), commandLineArgs);