4 references to GetDotNetExecCommandLine
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (1)
111
commandLineArguments = RuntimeHostInfo.
GetDotNetExecCommandLine
(PathToBuiltInTool, commandLineArguments);
src\Compilers\Shared\BuildServerConnection.cs (1)
442
commandLineArgs = RuntimeHostInfo.
GetDotNetExecCommandLine
(Path.ChangeExtension(processFilePath, ".dll"), commandLineArgs);
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (2)
CscTests.cs (1)
517
AssertEx.Equal(RuntimeHostInfo.
GetDotNetExecCommandLine
(csc.PathToBuiltInTool, ""), csc.GenerateCommandLineContents());
VbcTests.cs (1)
458
AssertEx.Equal(RuntimeHostInfo.
GetDotNetExecCommandLine
(vbc.PathToBuiltInTool, ""), vbc.GenerateCommandLineContents());