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);
1879
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/langversion:?" });
2253
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/debug:embedded", "/sourcelink:sl.json", "a.cs" });
2285
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/debug:portable", "/sourcelink:sl.json", "a.cs" });
2314
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/debug:full", "/sourcelink:sl.json", "a.cs" });
2457
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", debugSwitch, embedSwitch, "embed.cs", "embed2.cs" });
2788
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/a:missing.dll", "a.cs" });
2811
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/a:" + typeof(object).Assembly.Location, "a.cs" });
2928
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/a:" + Assembly.GetExecutingAssembly().Location, "a.cs" });
2964
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/a:" + Assembly.GetExecutingAssembly().Location, "a.cs", "/ruleset:" + ruleSetFile.Path });
2997
var csc =
CreateCSharpCompiler
(null, dir.Path,
3008
csc =
CreateCSharpCompiler
(null, dir.Path,
3516
var csc =
CreateCSharpCompiler
(null, dir.Path,
3527
csc =
CreateCSharpCompiler
(null, dir.Path,
3585
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "a.cs" });
3613
csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/fullpaths", "a.cs" });
4350
var exitCode =
CreateCSharpCompiler
(null, srcDirectory,
4371
var exitCode =
CreateCSharpCompiler
(null, srcDirectory,
4494
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/modulename:hocusPocus ", "/out:" + exeName + " ", file1.Path });
4754
int exitCode =
CreateCSharpCompiler
(null, subDirectory, new[] { "/nologo", "/t:library", "/out:abc.xyz", src.ToString() }).Run(outWriter);
4759
exitCode =
CreateCSharpCompiler
(null, baseDirectory, new[] { "/nologo", "/lib:temp", "/r:abc.xyz", "/t:library", src.ToString() }).Run(outWriter);
4777
int exitCode =
CreateCSharpCompiler
(null, baseDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/out:" + subFolder.ToString(), src.ToString() }).Run(outWriter);
4799
int exitCode =
CreateCSharpCompiler
(responseFile: null, baseDirectory, ["/nologo", "/preferreduilang:en", "/t:library", "/out:" + filePath, src.ToString()]).Run(outWriter);
5927
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5934
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/addmodule:" + modfile, source }).Run(outWriter);
5939
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source2 }).Run(outWriter);
5946
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/addmodule:" + modfile, source }).Run(outWriter);
5964
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5969
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/addmodule:" + modfile, source2 }).Run(outWriter);
5984
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5989
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/addmodule:" + modfile, "/linkres:" + modfile, source2 }).Run(outWriter);
6359
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", binaryPath });
6452
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6551
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6593
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6634
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6969
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/target:exe", "a.cs" });
6991
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/target:exe", "a.cs" });
7015
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/target:library", "a.cs" });
7038
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", "a.cs" });
7083
var csc =
CreateCSharpCompiler
(null, dir.Path, commandLineArguments.Concat(new[] { inputName1, inputName2 }).ToArray());
7127
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/r:missing.dll", "a.cs" });
7203
var csc =
CreateCSharpCompiler
(null, dir.Path, commandLineArguments.Concat(new[] { fileName }).ToArray());
7226
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\a.exe" });
7252
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\" });
7280
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\ " });
7308
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:aaa:\\a.exe" });
7334
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out: " });
7368
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keyfile:key.snk", });
7390
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keycontainer:bbb", });
7413
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keyFile:key.snk", "/features:UseLegacyStrongNameProvider" });
7433
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "a.cs", "/features:disable-length-based-switch" });
7437
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "a.cs" });
7809
csc =
CreateCSharpCompiler
(null, dir.Path, new[]
7819
csc =
CreateCSharpCompiler
(null, dir.Path, new[]
7873
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7880
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/noconfig", "/preferreduilang:en" });
7887
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/NOCONFIG", "/preferreduilang:en" });
7894
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "-noconfig", "/preferreduilang:en" });
7920
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7928
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
7954
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7962
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
7988
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7996
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
8013
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/t:library", src.ToString() }).Run(outWriter);
8018
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/nostdlib", "/t:library", src.ToString() }).Run(outWriter);
8026
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nostdlib", "/t:library", "/runtimemetadataversion:v4.0.30319", "/langversion:8", src.ToString() }).Run(outWriter);
8168
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/noconfig", "/nostdlib", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8173
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nostdlib", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8181
exitCode =
CreateCSharpCompiler
(GetDefaultResponseFilePath(), WorkingDirectory, new[] { "/nologo", "/noconfig", "/nostdlib", "/t:library", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8197
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", src.ToString(), "/define" }).Run(outWriter);
8202
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), @"/define:""""" }).Run(outWriter);
8207
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define: " }).Run(outWriter);
8212
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:" }).Run(outWriter);
8217
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:,,," }).Run(outWriter);
8222
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:,blah,Blah" }).Run(outWriter);
8227
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:a;;b@" }).Run(outWriter);
8234
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:a,b@;" }).Run(outWriter);
8240
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);
8409
var csc =
CreateCSharpCompiler
(null, baseDir, new[] { source, "/preferreduilang:en" });
8418
csc =
CreateCSharpCompiler
(null, Directory.GetParent(baseDir).FullName, new[] { source, "/preferreduilang:en" });
8428
csc =
CreateCSharpCompiler
(null, Temp.CreateDirectory().Path, new[] { source, "/preferreduilang:en" });
8437
csc =
CreateCSharpCompiler
(null, baseDir, new[] { source, "/fullpaths", "/preferreduilang:en" });
8446
csc =
CreateCSharpCompiler
(null, Directory.GetParent(baseDir).FullName, new[] { source, "/preferreduilang:en", "/fullpaths" });
8455
csc =
CreateCSharpCompiler
(null, Temp.CreateDirectory().Path, new[] { source, "/preferreduilang:en", "/fullpaths" });
8519
MockCSharpCompiler csc =
CreateCSharpCompiler
(GetDefaultResponseFilePath(), WorkingDirectory, new[] { "/noconfig" });
8543
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", source.ToString() }).Run(outWriter);
8548
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/nowarn:1634", source.ToString() }).Run(outWriter);
8553
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", Path.Combine(baseDir, "nonexistent.cs"), source.ToString() }).Run(outWriter);
8582
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nowarn:1522,642", source.ToString() }).Run(outWriter);
8606
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/warn:3", "/warnaserror:nullable", source.ToString() }).Run(outWriter);
8640
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/warn:3", "/warnaserror", source.ToString() }).Run(outWriter);
8660
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[]
8686
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[]
8713
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/target:library", "/out:goo.dll", "/nowarn:2008" }).Run(outWriter);
8732
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/warnaserror", source.ToString() }).Run(outWriter);
8737
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nowarn:1998", source.ToString() }).Run(outWriter);
8785
int exitCode1 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source1.Path }).Run(outWriter);
8791
int exitCode2 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source2.Path }).Run(outWriter);
8802
int exitCode3 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source3.Path }).Run(outWriter);
8847
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/debug:full", libSrc.Path }).Run(outWriter);
8954
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", libSrc.Path }).Run(outWriter);
8973
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", libSrc.Path }).Run(outWriter);
8997
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/out:{exePath}", srcPath });
9020
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/debug", $"/out:{exePath}", srcPath });
9042
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/doc:{xmlPath}", srcPath });
9066
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/debug:" + format, $"/sourcelink:{sourceLinkPath}", srcPath });
9094
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/out:{exePath}", sourcePath });
9120
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/debug-", $"/out:{exePath}", sourcePath });
9145
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/doc:" + xmlPath, sourcePath });
9224
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", sourcePath }).Run(outWriter);
9248
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/target:library", "/out:Test.dll", "/doc:" + xmlPath, sourcePath });
9388
int exitCode =
CreateCSharpCompiler
(null, baseDirectory, allCommandLineArgs).Run(outWriter);
9419
var comp =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/errorendlocation" });
9446
var csc =
CreateCSharpCompiler
(
9478
var csc =
CreateCSharpCompiler
(
9505
var csc =
CreateCSharpCompiler
(
9565
var csc =
CreateCSharpCompiler
(
9601
var csc =
CreateCSharpCompiler
(
9633
var csc =
CreateCSharpCompiler
(
9658
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", srcFile.Path },
9683
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", $"/warnaserror:{AnalyzerExecutor.AnalyzerExceptionDiagnosticId}", srcFile.Path },
9705
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", srcFile.Path },
9727
var comp =
CreateCSharpCompiler
(null, WorkingDirectory, new string[] { });
9756
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang" }).Run(outWriter);
9761
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:" }).Run(outWriter);
9766
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:zz" }).Run(outWriter);
9771
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:en-zz" }).Run(outWriter);
9776
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:en-US" }).Run(outWriter);
9781
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:de" }).Run(outWriter);
9786
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:de-AT" }).Run(outWriter);
9796
var exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "" }).Run(outWriter);
9810
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/target:library", filePath });
9903
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/r:com2.dll", "/target:library", "/preferreduilang:en", filePath });
9909
cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/link:..\\lpt8.dll", "/target:library", "/preferreduilang:en", filePath });
9915
cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/lib:aux", "/preferreduilang:en", filePath });
10104
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, args);
10146
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, args);
10654
var csc =
CreateCSharpCompiler
(null, sourceDir.Path, args, analyzers: analyzers, generators: generators, driverCache: driverCache);
11274
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11286
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:\"\"", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11298
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:", "/publicsign", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11310
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:\"\"", "/publicsign", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11692
var csc =
CreateCSharpCompiler
(null, dir.Path, args);
11871
var csc =
CreateCSharpCompiler
(null, dir.Path,
11936
var csc =
CreateCSharpCompiler
(null, dir.Path,
11987
var csc =
CreateCSharpCompiler
(null, dir.Path,
12365
var csc =
CreateCSharpCompiler
(null, dir.Path, args);
12570
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, new[]
12590
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, new[]
13495
var cmd =
CreateCSharpCompiler
(null, dir.Path, arguments,
13740
var cmd =
CreateCSharpCompiler
(null, dir.Path, arguments,
13831
var cmd =
CreateCSharpCompiler
(null, dir.Path, args, analyzers: new[] { analyzer });
13868
var cmd =
CreateCSharpCompiler
(null, dir.Path, args, analyzers: new[] { analyzer });
14837
var cmd =
CreateCSharpCompiler
(null, dir.Path, args, generators: new[] { generator });
14897
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14917
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14942
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14962
var cmd =
CreateCSharpCompiler
(null, dir.Path,
15040
var csc =
CreateCSharpCompiler
(
15068
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15149
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15674
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15685
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15726
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15737
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15808
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15819
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15861
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15872
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15939
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15978
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
16018
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);