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