198 references to CreateCSharpCompiler
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (198)
CommandLineTestBase.cs (1)
57
return
CreateCSharpCompiler
(null, WorkingDirectory, args, analyzers, generators, loader, driverCache, additionalReferences);
CommandLineTests.cs (185)
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);
1875
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/langversion:?" });
2249
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/debug:embedded", "/sourcelink:sl.json", "a.cs" });
2281
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/debug:portable", "/sourcelink:sl.json", "a.cs" });
2310
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/debug:full", "/sourcelink:sl.json", "a.cs" });
2453
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", debugSwitch, embedSwitch, "embed.cs", "embed2.cs" });
2784
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/a:missing.dll", "a.cs" });
2807
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/a:" + typeof(object).Assembly.Location, "a.cs" });
2924
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/a:" + Assembly.GetExecutingAssembly().Location, "a.cs" });
2960
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/a:" + Assembly.GetExecutingAssembly().Location, "a.cs", "/ruleset:" + ruleSetFile.Path });
2993
var csc =
CreateCSharpCompiler
(null, dir.Path,
3004
csc =
CreateCSharpCompiler
(null, dir.Path,
3512
var csc =
CreateCSharpCompiler
(null, dir.Path,
3523
csc =
CreateCSharpCompiler
(null, dir.Path,
3581
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "a.cs" });
3609
csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/fullpaths", "a.cs" });
4346
var exitCode =
CreateCSharpCompiler
(null, srcDirectory,
4367
var exitCode =
CreateCSharpCompiler
(null, srcDirectory,
4490
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/modulename:hocusPocus ", "/out:" + exeName + " ", file1.Path });
4750
int exitCode =
CreateCSharpCompiler
(null, subDirectory, new[] { "/nologo", "/t:library", "/out:abc.xyz", src.ToString() }).Run(outWriter);
4755
exitCode =
CreateCSharpCompiler
(null, baseDirectory, new[] { "/nologo", "/lib:temp", "/r:abc.xyz", "/t:library", src.ToString() }).Run(outWriter);
4773
int exitCode =
CreateCSharpCompiler
(null, baseDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/out:" + subFolder.ToString(), src.ToString() }).Run(outWriter);
4795
int exitCode =
CreateCSharpCompiler
(responseFile: null, baseDirectory, ["/nologo", "/preferreduilang:en", "/t:library", "/out:" + filePath, src.ToString()]).Run(outWriter);
5909
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5916
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/addmodule:" + modfile, source }).Run(outWriter);
5921
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source2 }).Run(outWriter);
5928
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/addmodule:" + modfile, source }).Run(outWriter);
5946
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5951
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/addmodule:" + modfile, source2 }).Run(outWriter);
5966
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5971
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/addmodule:" + modfile, "/linkres:" + modfile, source2 }).Run(outWriter);
6341
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", binaryPath });
6434
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6533
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6575
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6616
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6951
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/target:exe", "a.cs" });
6973
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/target:exe", "a.cs" });
6997
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/target:library", "a.cs" });
7020
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", "a.cs" });
7078
var csc =
CreateCSharpCompiler
(null, dir.Path, commandLineArguments.Concat(new[] { inputName1, inputName2 }).ToArray());
7122
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/r:missing.dll", "a.cs" });
7198
var csc =
CreateCSharpCompiler
(null, dir.Path, commandLineArguments.Concat(new[] { fileName }).ToArray());
7221
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\a.exe" });
7247
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\" });
7275
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\ " });
7303
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:aaa:\\a.exe" });
7329
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out: " });
7363
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keyfile:key.snk", });
7385
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keycontainer:bbb", });
7407
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keyFile:key.snk", "/features:UseLegacyStrongNameProvider" });
7427
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "a.cs", "/features:disable-length-based-switch" });
7431
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "a.cs" });
7803
csc =
CreateCSharpCompiler
(null, dir.Path, new[]
7813
csc =
CreateCSharpCompiler
(null, dir.Path, new[]
7867
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7874
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/noconfig", "/preferreduilang:en" });
7881
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/NOCONFIG", "/preferreduilang:en" });
7888
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "-noconfig", "/preferreduilang:en" });
7914
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7922
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
7948
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7956
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
7982
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7990
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
8007
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/t:library", src.ToString() }).Run(outWriter);
8012
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/nostdlib", "/t:library", src.ToString() }).Run(outWriter);
8020
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nostdlib", "/t:library", "/runtimemetadataversion:v4.0.30319", "/langversion:8", src.ToString() }).Run(outWriter);
8161
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/noconfig", "/nostdlib", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8166
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nostdlib", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8174
exitCode =
CreateCSharpCompiler
(GetDefaultResponseFilePath(), WorkingDirectory, new[] { "/nologo", "/noconfig", "/nostdlib", "/t:library", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8190
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", src.ToString(), "/define" }).Run(outWriter);
8195
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), @"/define:""""" }).Run(outWriter);
8200
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define: " }).Run(outWriter);
8205
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:" }).Run(outWriter);
8210
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:,,," }).Run(outWriter);
8215
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:,blah,Blah" }).Run(outWriter);
8220
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:a;;b@" }).Run(outWriter);
8227
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:a,b@;" }).Run(outWriter);
8233
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);
8402
var csc =
CreateCSharpCompiler
(null, baseDir, new[] { source, "/preferreduilang:en" });
8411
csc =
CreateCSharpCompiler
(null, Directory.GetParent(baseDir).FullName, new[] { source, "/preferreduilang:en" });
8421
csc =
CreateCSharpCompiler
(null, Temp.CreateDirectory().Path, new[] { source, "/preferreduilang:en" });
8430
csc =
CreateCSharpCompiler
(null, baseDir, new[] { source, "/fullpaths", "/preferreduilang:en" });
8439
csc =
CreateCSharpCompiler
(null, Directory.GetParent(baseDir).FullName, new[] { source, "/preferreduilang:en", "/fullpaths" });
8448
csc =
CreateCSharpCompiler
(null, Temp.CreateDirectory().Path, new[] { source, "/preferreduilang:en", "/fullpaths" });
8512
MockCSharpCompiler csc =
CreateCSharpCompiler
(GetDefaultResponseFilePath(), WorkingDirectory, new[] { "/noconfig" });
8536
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", source.ToString() }).Run(outWriter);
8541
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/nowarn:1634", source.ToString() }).Run(outWriter);
8546
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", Path.Combine(baseDir, "nonexistent.cs"), source.ToString() }).Run(outWriter);
8575
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nowarn:1522,642", source.ToString() }).Run(outWriter);
8599
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/warn:3", "/warnaserror:nullable", source.ToString() }).Run(outWriter);
8633
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/warn:3", "/warnaserror", source.ToString() }).Run(outWriter);
8653
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[]
8678
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[]
8705
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/target:library", "/out:goo.dll", "/nowarn:2008" }).Run(outWriter);
8726
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/warnaserror", source.ToString() }).Run(outWriter);
8731
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nowarn:1998", source.ToString() }).Run(outWriter);
8779
int exitCode1 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source1.Path }).Run(outWriter);
8785
int exitCode2 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source2.Path }).Run(outWriter);
8796
int exitCode3 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source3.Path }).Run(outWriter);
8841
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/debug:full", libSrc.Path }).Run(outWriter);
8948
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", libSrc.Path }).Run(outWriter);
8967
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", libSrc.Path }).Run(outWriter);
8991
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/out:{exePath}", srcPath });
9014
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/debug", $"/out:{exePath}", srcPath });
9036
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/doc:{xmlPath}", srcPath });
9060
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/debug:" + format, $"/sourcelink:{sourceLinkPath}", srcPath });
9088
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/out:{exePath}", sourcePath });
9114
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/debug-", $"/out:{exePath}", sourcePath });
9139
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/doc:" + xmlPath, sourcePath });
9218
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", sourcePath }).Run(outWriter);
9242
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/target:library", "/out:Test.dll", "/doc:" + xmlPath, sourcePath });
9382
int exitCode =
CreateCSharpCompiler
(null, baseDirectory, allCommandLineArgs).Run(outWriter);
9413
var comp =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/errorendlocation" });
9440
var csc =
CreateCSharpCompiler
(
9498
var csc =
CreateCSharpCompiler
(
9534
var csc =
CreateCSharpCompiler
(
9566
var csc =
CreateCSharpCompiler
(
9591
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", srcFile.Path },
9616
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", $"/warnaserror:{AnalyzerExecutor.AnalyzerExceptionDiagnosticId}", srcFile.Path },
9638
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", srcFile.Path },
9660
var comp =
CreateCSharpCompiler
(null, WorkingDirectory, new string[] { });
9689
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang" }).Run(outWriter);
9694
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:" }).Run(outWriter);
9699
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:zz" }).Run(outWriter);
9704
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:en-zz" }).Run(outWriter);
9709
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:en-US" }).Run(outWriter);
9714
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:de" }).Run(outWriter);
9719
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:de-AT" }).Run(outWriter);
9729
var exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "" }).Run(outWriter);
9743
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/target:library", filePath });
9836
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/r:com2.dll", "/target:library", "/preferreduilang:en", filePath });
9842
cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/link:..\\lpt8.dll", "/target:library", "/preferreduilang:en", filePath });
9848
cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/lib:aux", "/preferreduilang:en", filePath });
10037
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, args);
10079
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, args);
10587
var csc =
CreateCSharpCompiler
(null, sourceDir.Path, args, analyzers: analyzers, generators: generators, driverCache: driverCache);
11207
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11219
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:\"\"", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11231
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:", "/publicsign", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11243
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:\"\"", "/publicsign", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11625
var csc =
CreateCSharpCompiler
(null, dir.Path, args);
11803
var csc =
CreateCSharpCompiler
(null, dir.Path,
11868
var csc =
CreateCSharpCompiler
(null, dir.Path,
11919
var csc =
CreateCSharpCompiler
(null, dir.Path,
12297
var csc =
CreateCSharpCompiler
(null, dir.Path, args);
12501
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, new[]
12521
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, new[]
13426
var cmd =
CreateCSharpCompiler
(null, dir.Path, arguments,
13671
var cmd =
CreateCSharpCompiler
(null, dir.Path, arguments,
13762
var cmd =
CreateCSharpCompiler
(null, dir.Path, args, analyzers: new[] { analyzer });
13799
var cmd =
CreateCSharpCompiler
(null, dir.Path, args, analyzers: new[] { analyzer });
14725
var cmd =
CreateCSharpCompiler
(null, dir.Path, args, generators: new[] { generator });
14785
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14805
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14830
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14850
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14928
var csc =
CreateCSharpCompiler
(
14956
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15037
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15562
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15573
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15614
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15625
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15696
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15707
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15749
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15760
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15827
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15866
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15906
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);