5 references to TaskTestUtil
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (5)
CscTests.cs (3)
574TaskTestUtil.AssertCommandLine(csc, engine, "/out:test.exe", "test.cs"); 588TaskTestUtil.AssertCommandLine(csc, engine, "/out:test.dll", "/target:library", "test.cs", "blah.cs"); 629TaskTestUtil.AssertCommandLine(csc, engine, [.. expectedArgs, "/out:test.dll", "/target:library", "test.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");