196 references to CreateCSharpCompiler
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (196)
CommandLineTestBase.cs (1)
57
return
CreateCSharpCompiler
(null, WorkingDirectory, args, analyzers, generators, loader, driverCache, additionalReferences);
CommandLineTests.cs (183)
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);
5913
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5920
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/addmodule:" + modfile, source }).Run(outWriter);
5925
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source2 }).Run(outWriter);
5932
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/addmodule:" + modfile, source }).Run(outWriter);
5950
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5955
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/addmodule:" + modfile, source2 }).Run(outWriter);
5970
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5975
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/addmodule:" + modfile, "/linkres:" + modfile, source2 }).Run(outWriter);
6345
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", binaryPath });
6438
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6537
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6579
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6620
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6955
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/target:exe", "a.cs" });
6977
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/target:exe", "a.cs" });
7001
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/target:library", "a.cs" });
7024
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", "a.cs" });
7082
var csc =
CreateCSharpCompiler
(null, dir.Path, commandLineArguments.Concat(new[] { inputName1, inputName2 }).ToArray());
7126
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/r:missing.dll", "a.cs" });
7202
var csc =
CreateCSharpCompiler
(null, dir.Path, commandLineArguments.Concat(new[] { fileName }).ToArray());
7225
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\a.exe" });
7251
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\" });
7279
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\ " });
7307
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:aaa:\\a.exe" });
7333
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out: " });
7367
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keyfile:key.snk", });
7389
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keycontainer:bbb", });
7411
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keyFile:key.snk", "/features:UseLegacyStrongNameProvider" });
7431
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "a.cs", "/features:disable-length-based-switch" });
7435
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "a.cs" });
7807
csc =
CreateCSharpCompiler
(null, dir.Path, new[]
7817
csc =
CreateCSharpCompiler
(null, dir.Path, new[]
7871
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7878
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/noconfig", "/preferreduilang:en" });
7885
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/NOCONFIG", "/preferreduilang:en" });
7892
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "-noconfig", "/preferreduilang:en" });
7918
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7926
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
7952
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7960
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
7986
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7994
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
8011
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/t:library", src.ToString() }).Run(outWriter);
8016
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/nostdlib", "/t:library", src.ToString() }).Run(outWriter);
8024
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nostdlib", "/t:library", "/runtimemetadataversion:v4.0.30319", "/langversion:8", src.ToString() }).Run(outWriter);
8165
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/noconfig", "/nostdlib", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8170
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nostdlib", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8178
exitCode =
CreateCSharpCompiler
(GetDefaultResponseFilePath(), WorkingDirectory, new[] { "/nologo", "/noconfig", "/nostdlib", "/t:library", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8194
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", src.ToString(), "/define" }).Run(outWriter);
8199
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), @"/define:""""" }).Run(outWriter);
8204
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define: " }).Run(outWriter);
8209
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:" }).Run(outWriter);
8214
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:,,," }).Run(outWriter);
8219
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:,blah,Blah" }).Run(outWriter);
8224
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:a;;b@" }).Run(outWriter);
8231
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:a,b@;" }).Run(outWriter);
8237
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);
8406
var csc =
CreateCSharpCompiler
(null, baseDir, new[] { source, "/preferreduilang:en" });
8415
csc =
CreateCSharpCompiler
(null, Directory.GetParent(baseDir).FullName, new[] { source, "/preferreduilang:en" });
8425
csc =
CreateCSharpCompiler
(null, Temp.CreateDirectory().Path, new[] { source, "/preferreduilang:en" });
8434
csc =
CreateCSharpCompiler
(null, baseDir, new[] { source, "/fullpaths", "/preferreduilang:en" });
8443
csc =
CreateCSharpCompiler
(null, Directory.GetParent(baseDir).FullName, new[] { source, "/preferreduilang:en", "/fullpaths" });
8452
csc =
CreateCSharpCompiler
(null, Temp.CreateDirectory().Path, new[] { source, "/preferreduilang:en", "/fullpaths" });
8516
MockCSharpCompiler csc =
CreateCSharpCompiler
(GetDefaultResponseFilePath(), WorkingDirectory, new[] { "/noconfig" });
8540
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", source.ToString() }).Run(outWriter);
8545
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/nowarn:1634", source.ToString() }).Run(outWriter);
8550
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", Path.Combine(baseDir, "nonexistent.cs"), source.ToString() }).Run(outWriter);
8579
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nowarn:1522,642", source.ToString() }).Run(outWriter);
8603
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/warn:3", "/warnaserror:nullable", source.ToString() }).Run(outWriter);
8637
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/warn:3", "/warnaserror", source.ToString() }).Run(outWriter);
8657
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[]
8682
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[]
8709
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/target:library", "/out:goo.dll", "/nowarn:2008" }).Run(outWriter);
8730
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/warnaserror", source.ToString() }).Run(outWriter);
8735
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nowarn:1998", source.ToString() }).Run(outWriter);
8783
int exitCode1 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source1.Path }).Run(outWriter);
8789
int exitCode2 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source2.Path }).Run(outWriter);
8800
int exitCode3 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source3.Path }).Run(outWriter);
8845
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/debug:full", libSrc.Path }).Run(outWriter);
8952
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", libSrc.Path }).Run(outWriter);
8971
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", libSrc.Path }).Run(outWriter);
8995
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/out:{exePath}", srcPath });
9018
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/debug", $"/out:{exePath}", srcPath });
9040
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/doc:{xmlPath}", srcPath });
9064
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/debug:" + format, $"/sourcelink:{sourceLinkPath}", srcPath });
9092
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/out:{exePath}", sourcePath });
9118
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/debug-", $"/out:{exePath}", sourcePath });
9143
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/doc:" + xmlPath, sourcePath });
9222
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", sourcePath }).Run(outWriter);
9246
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/target:library", "/out:Test.dll", "/doc:" + xmlPath, sourcePath });
9386
int exitCode =
CreateCSharpCompiler
(null, baseDirectory, allCommandLineArgs).Run(outWriter);
9417
var comp =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/errorendlocation" });
9444
var csc =
CreateCSharpCompiler
(
9502
var csc =
CreateCSharpCompiler
(
9538
var csc =
CreateCSharpCompiler
(
9570
var csc =
CreateCSharpCompiler
(
9595
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", srcFile.Path },
9620
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", $"/warnaserror:{AnalyzerExecutor.AnalyzerExceptionDiagnosticId}", srcFile.Path },
9642
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", srcFile.Path },
9664
var comp =
CreateCSharpCompiler
(null, WorkingDirectory, new string[] { });
9693
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang" }).Run(outWriter);
9698
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:" }).Run(outWriter);
9703
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:zz" }).Run(outWriter);
9708
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:en-zz" }).Run(outWriter);
9713
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:en-US" }).Run(outWriter);
9718
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:de" }).Run(outWriter);
9723
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:de-AT" }).Run(outWriter);
9733
var exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "" }).Run(outWriter);
9747
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/target:library", filePath });
9840
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/r:com2.dll", "/target:library", "/preferreduilang:en", filePath });
9846
cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/link:..\\lpt8.dll", "/target:library", "/preferreduilang:en", filePath });
9852
cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/lib:aux", "/preferreduilang:en", filePath });
10041
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, args);
10083
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, args);
11211
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11223
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:\"\"", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11235
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:", "/publicsign", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11247
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:\"\"", "/publicsign", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11629
var csc =
CreateCSharpCompiler
(null, dir.Path, args);
11807
var csc =
CreateCSharpCompiler
(null, dir.Path,
11872
var csc =
CreateCSharpCompiler
(null, dir.Path,
11923
var csc =
CreateCSharpCompiler
(null, dir.Path,
12300
var csc =
CreateCSharpCompiler
(null, dir.Path, args);
12504
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, new[]
12524
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, new[]
13429
var cmd =
CreateCSharpCompiler
(null, dir.Path, arguments,
13674
var cmd =
CreateCSharpCompiler
(null, dir.Path, arguments,
13765
var cmd =
CreateCSharpCompiler
(null, dir.Path, args, analyzers: new[] { analyzer });
13802
var cmd =
CreateCSharpCompiler
(null, dir.Path, args, analyzers: new[] { analyzer });
14788
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14808
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14833
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14853
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14931
var csc =
CreateCSharpCompiler
(
14959
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15040
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15565
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15576
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15617
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15628
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15699
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15710
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15752
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15763
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15830
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15869
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15909
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);