12 instantiations of CommandInfo
Microsoft.CodeAnalysis.Rebuild.UnitTests (12)
RebuildCommandLineTests.cs (12)
220new CommandInfo("hw.cs", "test.exe", null),
222Permutate(new CommandInfo("lib1.cs", "test.dll", null),
224Permutate(new CommandInfo("lib2.cs /target:library /r:SystemRuntime=System.Runtime.dll /debug:embedded", "test.dll", null),
226Permutate(new CommandInfo("lib3.cs /target:library", "test.dll", null),
228Permutate(new CommandInfo("lib4.cs /target:library", "test.dll", null),
233Permutate(new CommandInfo($"lib4.cs {Path.Combine("dir1", "lib1.cs")} /target:library", "test.dll", null),
236Permutate(new CommandInfo("lib4.cs lib5.cs /target:library", "test.dll", null),
414new CommandInfo("hw.vb /debug:embedded", "test.exe", null),
417new CommandInfo("lib1.vb /target:library /debug:embedded", "test.dll", null),
420new CommandInfo(@"lib1.vb /debug:embedded /d:_MYTYPE=""Empty"" /vbruntime:Microsoft.VisualBasic.dll", "test.dll", null),
423new CommandInfo("lib2.vb /target:library /debug:embedded", "test.dll", null),
429new CommandInfo(@$"lib2.vb {Path.Combine("dir1", "lib1.vb")} /target:library /debug:embedded", "test.dll", null),
30 references to CommandInfo
Microsoft.CodeAnalysis.Rebuild.UnitTests (30)