10 references to GenerateCommandLineContents
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (1)
103
/// <see cref="
GenerateCommandLineContents
" />
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (9)
CscTests.cs (6)
470
Assert.Equal("", csc.
GenerateCommandLineContents
());
476
Assert.Equal("", csc.
GenerateCommandLineContents
());
487
Assert.Equal("", csc.
GenerateCommandLineContents
());
493
Assert.Equal("", csc.
GenerateCommandLineContents
());
512
AssertEx.Equal("", csc.
GenerateCommandLineContents
());
517
AssertEx.Equal(RuntimeHostInfo.GetDotNetExecCommandLine(csc.PathToBuiltInTool, ""), csc.
GenerateCommandLineContents
());
TestUtilities\TaskTestUtil.cs (1)
29
Assert.Empty(task.
GenerateCommandLineContents
().Trim());
VbcTests.cs (2)
453
AssertEx.Equal("", vbc.
GenerateCommandLineContents
());
458
AssertEx.Equal(RuntimeHostInfo.GetDotNetExecCommandLine(vbc.PathToBuiltInTool, ""), vbc.
GenerateCommandLineContents
());