6 references to GenerateCommandLineContents
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (1)
97
/// <see cref="
GenerateCommandLineContents
" />
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (5)
CscTests.cs (4)
470
Assert.Equal("", csc.
GenerateCommandLineContents
());
476
Assert.Equal("", csc.
GenerateCommandLineContents
());
487
Assert.Equal("", csc.
GenerateCommandLineContents
());
493
Assert.Equal("", csc.
GenerateCommandLineContents
());
TestUtilities\TaskTestUtil.cs (1)
29
Assert.Empty(task.
GenerateCommandLineContents
().Trim());