4 references to AssertCommandLine
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (4)
CscTests.cs (2)
574TaskTestUtil.AssertCommandLine(csc, engine, "/out:test.exe", "test.cs"); 588TaskTestUtil.AssertCommandLine(csc, engine, "/out:test.dll", "/target:library", "test.cs", "blah.cs");
VbcTests.cs (2)
541TaskTestUtil.AssertCommandLine(vbc, engine, "/optionstrict:custom", "/out:test.exe", "test.vb"); 555TaskTestUtil.AssertCommandLine(vbc, engine, "/optionstrict:custom", "/out:test.dll", "/target:library", "test.vb", "blah.vb");