200 references to CreateCSharpCompiler
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (200)
CommandLineTestBase.cs (1)
57
return
CreateCSharpCompiler
(null, WorkingDirectory, args, analyzers, generators, loader, driverCache, additionalReferences);
CommandLineTests.cs (187)
147
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/errorlog:errorlog", $"/doc:{docName}", "/warnaserror", src.Path });
167
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/t:library", "/preferreduilang:en", $"/doc:{docName}", src.Path });
196
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
289
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
341
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
377
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
401
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", src.Path });
421
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/codepage:932", src.Path });
455
var cmd =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { "b.cs" });
584
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/nosdkpath", "/r:System.dll", "a.cs" });
692
int exitCode =
CreateCSharpCompiler
(null, folder.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", @"/recurse:.", "/out:abc.dll" }).Run(outWriter);
697
exitCode =
CreateCSharpCompiler
(null, folder.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", @"/recurse:. ", "/out:abc.dll" }).Run(outWriter);
702
exitCode =
CreateCSharpCompiler
(null, folder.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", @"/recurse: . ", "/out:abc.dll" }).Run(outWriter);
707
exitCode =
CreateCSharpCompiler
(null, folder.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", @"/recurse:././.", "/out:abc.dll" }).Run(outWriter);
1880
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/langversion:?" });
2254
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/debug:embedded", "/sourcelink:sl.json", "a.cs" });
2286
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/debug:portable", "/sourcelink:sl.json", "a.cs" });
2315
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/debug:full", "/sourcelink:sl.json", "a.cs" });
2458
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", debugSwitch, embedSwitch, "embed.cs", "embed2.cs" });
2789
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/a:missing.dll", "a.cs" });
2812
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/a:" + typeof(object).Assembly.Location, "a.cs" });
2929
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/a:" + Assembly.GetExecutingAssembly().Location, "a.cs" });
2965
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/a:" + Assembly.GetExecutingAssembly().Location, "a.cs", "/ruleset:" + ruleSetFile.Path });
2998
var csc =
CreateCSharpCompiler
(null, dir.Path,
3009
csc =
CreateCSharpCompiler
(null, dir.Path,
3517
var csc =
CreateCSharpCompiler
(null, dir.Path,
3528
csc =
CreateCSharpCompiler
(null, dir.Path,
3586
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "a.cs" });
3614
csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/fullpaths", "a.cs" });
4351
var exitCode =
CreateCSharpCompiler
(null, srcDirectory,
4372
var exitCode =
CreateCSharpCompiler
(null, srcDirectory,
4495
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/modulename:hocusPocus ", "/out:" + exeName + " ", file1.Path });
4755
int exitCode =
CreateCSharpCompiler
(null, subDirectory, new[] { "/nologo", "/t:library", "/out:abc.xyz", src.ToString() }).Run(outWriter);
4760
exitCode =
CreateCSharpCompiler
(null, baseDirectory, new[] { "/nologo", "/lib:temp", "/r:abc.xyz", "/t:library", src.ToString() }).Run(outWriter);
4778
int exitCode =
CreateCSharpCompiler
(null, baseDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/out:" + subFolder.ToString(), src.ToString() }).Run(outWriter);
4800
int exitCode =
CreateCSharpCompiler
(responseFile: null, baseDirectory, ["/nologo", "/preferreduilang:en", "/t:library", "/out:" + filePath, src.ToString()]).Run(outWriter);
5928
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5935
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/addmodule:" + modfile, source }).Run(outWriter);
5940
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source2 }).Run(outWriter);
5947
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/addmodule:" + modfile, source }).Run(outWriter);
5965
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5970
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/addmodule:" + modfile, source2 }).Run(outWriter);
5985
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5990
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/addmodule:" + modfile, "/linkres:" + modfile, source2 }).Run(outWriter);
6360
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", binaryPath });
6453
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6552
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6594
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6635
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6970
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/target:exe", "a.cs" });
6992
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/target:exe", "a.cs" });
7016
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/target:library", "a.cs" });
7039
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", "a.cs" });
7084
var csc =
CreateCSharpCompiler
(null, dir.Path, commandLineArguments.Concat(new[] { inputName1, inputName2 }).ToArray());
7128
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/r:missing.dll", "a.cs" });
7204
var csc =
CreateCSharpCompiler
(null, dir.Path, commandLineArguments.Concat(new[] { fileName }).ToArray());
7227
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\a.exe" });
7253
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\" });
7281
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\ " });
7309
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:aaa:\\a.exe" });
7335
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out: " });
7369
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keyfile:key.snk", });
7391
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keycontainer:bbb", });
7414
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keyFile:key.snk", "/features:UseLegacyStrongNameProvider" });
7434
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "a.cs", "/features:disable-length-based-switch" });
7438
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "a.cs" });
7810
csc =
CreateCSharpCompiler
(null, dir.Path, new[]
7820
csc =
CreateCSharpCompiler
(null, dir.Path, new[]
7874
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7881
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/noconfig", "/preferreduilang:en" });
7888
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/NOCONFIG", "/preferreduilang:en" });
7895
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "-noconfig", "/preferreduilang:en" });
7921
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7929
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
7955
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7963
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
7989
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7997
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
8014
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/t:library", src.ToString() }).Run(outWriter);
8019
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/nostdlib", "/t:library", src.ToString() }).Run(outWriter);
8027
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nostdlib", "/t:library", "/runtimemetadataversion:v4.0.30319", "/langversion:8", src.ToString() }).Run(outWriter);
8169
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/noconfig", "/nostdlib", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8174
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nostdlib", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8182
exitCode =
CreateCSharpCompiler
(GetDefaultResponseFilePath(), WorkingDirectory, new[] { "/nologo", "/noconfig", "/nostdlib", "/t:library", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8198
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", src.ToString(), "/define" }).Run(outWriter);
8203
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), @"/define:""""" }).Run(outWriter);
8208
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define: " }).Run(outWriter);
8213
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:" }).Run(outWriter);
8218
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:,,," }).Run(outWriter);
8223
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:,blah,Blah" }).Run(outWriter);
8228
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:a;;b@" }).Run(outWriter);
8235
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:a,b@;" }).Run(outWriter);
8241
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), @"/define:OE_WIN32=-1:LANG_HOST_EN=-1:LANG_OE_EN=-1:LANG_PRJ_EN=-1:HOST_COM20SDKEVERETT=-1:EXEMODE=-1:OE_NT5=-1:Win32=-1", @"/d:TRACE=TRUE,DEBUG=TRUE" }).Run(outWriter);
8410
var csc =
CreateCSharpCompiler
(null, baseDir, new[] { source, "/preferreduilang:en" });
8419
csc =
CreateCSharpCompiler
(null, Directory.GetParent(baseDir).FullName, new[] { source, "/preferreduilang:en" });
8429
csc =
CreateCSharpCompiler
(null, Temp.CreateDirectory().Path, new[] { source, "/preferreduilang:en" });
8438
csc =
CreateCSharpCompiler
(null, baseDir, new[] { source, "/fullpaths", "/preferreduilang:en" });
8447
csc =
CreateCSharpCompiler
(null, Directory.GetParent(baseDir).FullName, new[] { source, "/preferreduilang:en", "/fullpaths" });
8456
csc =
CreateCSharpCompiler
(null, Temp.CreateDirectory().Path, new[] { source, "/preferreduilang:en", "/fullpaths" });
8520
MockCSharpCompiler csc =
CreateCSharpCompiler
(GetDefaultResponseFilePath(), WorkingDirectory, new[] { "/noconfig" });
8544
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", source.ToString() }).Run(outWriter);
8549
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/nowarn:1634", source.ToString() }).Run(outWriter);
8554
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", Path.Combine(baseDir, "nonexistent.cs"), source.ToString() }).Run(outWriter);
8583
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nowarn:1522,642", source.ToString() }).Run(outWriter);
8607
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/warn:3", "/warnaserror:nullable", source.ToString() }).Run(outWriter);
8641
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/warn:3", "/warnaserror", source.ToString() }).Run(outWriter);
8661
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[]
8687
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[]
8714
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/target:library", "/out:goo.dll", "/nowarn:2008" }).Run(outWriter);
8733
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/warnaserror", source.ToString() }).Run(outWriter);
8738
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nowarn:1998", source.ToString() }).Run(outWriter);
8786
int exitCode1 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source1.Path }).Run(outWriter);
8792
int exitCode2 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source2.Path }).Run(outWriter);
8803
int exitCode3 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source3.Path }).Run(outWriter);
8848
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/debug:full", libSrc.Path }).Run(outWriter);
8955
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", libSrc.Path }).Run(outWriter);
8974
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", libSrc.Path }).Run(outWriter);
8998
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/out:{exePath}", srcPath });
9021
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/debug", $"/out:{exePath}", srcPath });
9043
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/doc:{xmlPath}", srcPath });
9067
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/debug:" + format, $"/sourcelink:{sourceLinkPath}", srcPath });
9095
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/out:{exePath}", sourcePath });
9121
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/debug-", $"/out:{exePath}", sourcePath });
9146
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/doc:" + xmlPath, sourcePath });
9225
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", sourcePath }).Run(outWriter);
9249
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/target:library", "/out:Test.dll", "/doc:" + xmlPath, sourcePath });
9389
int exitCode =
CreateCSharpCompiler
(null, baseDirectory, allCommandLineArgs).Run(outWriter);
9420
var comp =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/errorendlocation" });
9447
var csc =
CreateCSharpCompiler
(
9479
var csc =
CreateCSharpCompiler
(
9506
var csc =
CreateCSharpCompiler
(
9566
var csc =
CreateCSharpCompiler
(
9602
var csc =
CreateCSharpCompiler
(
9634
var csc =
CreateCSharpCompiler
(
9659
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", srcFile.Path },
9684
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", $"/warnaserror:{AnalyzerExecutor.AnalyzerExceptionDiagnosticId}", srcFile.Path },
9706
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", srcFile.Path },
9728
var comp =
CreateCSharpCompiler
(null, WorkingDirectory, new string[] { });
9757
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang" }).Run(outWriter);
9762
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:" }).Run(outWriter);
9767
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:zz" }).Run(outWriter);
9772
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:en-zz" }).Run(outWriter);
9777
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:en-US" }).Run(outWriter);
9782
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:de" }).Run(outWriter);
9787
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:de-AT" }).Run(outWriter);
9797
var exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "" }).Run(outWriter);
9811
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/target:library", filePath });
9904
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/r:com2.dll", "/target:library", "/preferreduilang:en", filePath });
9910
cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/link:..\\lpt8.dll", "/target:library", "/preferreduilang:en", filePath });
9916
cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/lib:aux", "/preferreduilang:en", filePath });
10105
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, args);
10147
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, args);
10655
var csc =
CreateCSharpCompiler
(null, sourceDir.Path, args, analyzers: analyzers, generators: generators, driverCache: driverCache);
11275
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11287
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:\"\"", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11299
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:", "/publicsign", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11311
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:\"\"", "/publicsign", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11693
var csc =
CreateCSharpCompiler
(null, dir.Path, args);
11872
var csc =
CreateCSharpCompiler
(null, dir.Path,
11937
var csc =
CreateCSharpCompiler
(null, dir.Path,
11988
var csc =
CreateCSharpCompiler
(null, dir.Path,
12366
var csc =
CreateCSharpCompiler
(null, dir.Path, args);
12571
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, new[]
12591
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, new[]
13496
var cmd =
CreateCSharpCompiler
(null, dir.Path, arguments,
13741
var cmd =
CreateCSharpCompiler
(null, dir.Path, arguments,
13832
var cmd =
CreateCSharpCompiler
(null, dir.Path, args, analyzers: new[] { analyzer });
13869
var cmd =
CreateCSharpCompiler
(null, dir.Path, args, analyzers: new[] { analyzer });
14838
var cmd =
CreateCSharpCompiler
(null, dir.Path, args, generators: new[] { generator });
14898
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14918
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14943
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14963
var cmd =
CreateCSharpCompiler
(null, dir.Path,
15041
var csc =
CreateCSharpCompiler
(
15069
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15150
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15675
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15686
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15727
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15738
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15809
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15820
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15862
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15873
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15940
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15979
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
16019
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
SarifErrorLoggerTests.cs (8)
78
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, arguments);
112
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, arguments);
145
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, arguments,
181
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, arguments,
216
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, arguments,
251
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, arguments,
286
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, arguments,
319
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, arguments,
SarifV2ErrorLoggerTests.cs (4)
451
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, arguments,
533
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, arguments,
603
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, arguments,
683
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, arguments);