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