5 references to GenerateCommandLineContents
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (1)
76
/// <see cref="
GenerateCommandLineContents
" />
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (4)
CscTests.cs (4)
469
Assert.Equal("", csc.
GenerateCommandLineContents
());
475
Assert.Equal("", csc.
GenerateCommandLineContents
());
486
Assert.Equal("", csc.
GenerateCommandLineContents
());
493
Assert.Equal("", csc.
GenerateCommandLineContents
());