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);
1865
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/langversion:?" });
2239
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/debug:embedded", "/sourcelink:sl.json", "a.cs" });
2271
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/debug:portable", "/sourcelink:sl.json", "a.cs" });
2300
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/debug:full", "/sourcelink:sl.json", "a.cs" });
2443
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", debugSwitch, embedSwitch, "embed.cs", "embed2.cs" });
2774
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/a:missing.dll", "a.cs" });
2797
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/a:" + typeof(object).Assembly.Location, "a.cs" });
2914
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/a:" + Assembly.GetExecutingAssembly().Location, "a.cs" });
2950
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/a:" + Assembly.GetExecutingAssembly().Location, "a.cs", "/ruleset:" + ruleSetFile.Path });
2983
var csc =
CreateCSharpCompiler
(null, dir.Path,
2994
csc =
CreateCSharpCompiler
(null, dir.Path,
3502
var csc =
CreateCSharpCompiler
(null, dir.Path,
3513
csc =
CreateCSharpCompiler
(null, dir.Path,
3571
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "a.cs" });
3599
csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/fullpaths", "a.cs" });
4336
var exitCode =
CreateCSharpCompiler
(null, srcDirectory,
4357
var exitCode =
CreateCSharpCompiler
(null, srcDirectory,
4480
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/modulename:hocusPocus ", "/out:" + exeName + " ", file1.Path });
4740
int exitCode =
CreateCSharpCompiler
(null, subDirectory, new[] { "/nologo", "/t:library", "/out:abc.xyz", src.ToString() }).Run(outWriter);
4745
exitCode =
CreateCSharpCompiler
(null, baseDirectory, new[] { "/nologo", "/lib:temp", "/r:abc.xyz", "/t:library", src.ToString() }).Run(outWriter);
4763
int exitCode =
CreateCSharpCompiler
(null, baseDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", "/out:" + subFolder.ToString(), src.ToString() }).Run(outWriter);
4785
int exitCode =
CreateCSharpCompiler
(responseFile: null, baseDirectory, ["/nologo", "/preferreduilang:en", "/t:library", "/out:" + filePath, src.ToString()]).Run(outWriter);
5899
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5906
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/addmodule:" + modfile, source }).Run(outWriter);
5911
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source2 }).Run(outWriter);
5918
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/addmodule:" + modfile, source }).Run(outWriter);
5936
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5941
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/addmodule:" + modfile, source2 }).Run(outWriter);
5956
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/t:module", source1 }).Run(outWriter);
5961
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/addmodule:" + modfile, "/linkres:" + modfile, source2 }).Run(outWriter);
6331
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", binaryPath });
6424
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6523
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6565
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6606
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
6941
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/target:exe", "a.cs" });
6963
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/target:exe", "a.cs" });
6987
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/target:library", "a.cs" });
7010
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", "a.cs" });
7068
var csc =
CreateCSharpCompiler
(null, dir.Path, commandLineArguments.Concat(new[] { inputName1, inputName2 }).ToArray());
7112
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "/preferreduilang:en", "/r:missing.dll", "a.cs" });
7188
var csc =
CreateCSharpCompiler
(null, dir.Path, commandLineArguments.Concat(new[] { fileName }).ToArray());
7211
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\a.exe" });
7237
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\" });
7265
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:sub\\ " });
7293
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out:aaa:\\a.exe" });
7319
var csc =
CreateCSharpCompiler
(null, dir.Path, new[] { fileName, "/preferreduilang:en", "/target:exe", "/out: " });
7353
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keyfile:key.snk", });
7375
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keycontainer:bbb", });
7397
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "/nologo", "a.cs", "/keyFile:key.snk", "/features:UseLegacyStrongNameProvider" });
7417
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "a.cs", "/features:disable-length-based-switch" });
7421
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] { "a.cs" });
7793
csc =
CreateCSharpCompiler
(null, dir.Path, new[]
7803
csc =
CreateCSharpCompiler
(null, dir.Path, new[]
7857
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7864
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/noconfig", "/preferreduilang:en" });
7871
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/NOCONFIG", "/preferreduilang:en" });
7878
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "-noconfig", "/preferreduilang:en" });
7904
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7912
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
7938
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7946
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
7972
var csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en" });
7980
csc =
CreateCSharpCompiler
(rsp, WorkingDirectory, new[] { source, "/preferreduilang:en", "/nowarn:2023" });
7997
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/t:library", src.ToString() }).Run(outWriter);
8002
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/nostdlib", "/t:library", src.ToString() }).Run(outWriter);
8010
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nostdlib", "/t:library", "/runtimemetadataversion:v4.0.30319", "/langversion:8", src.ToString() }).Run(outWriter);
8151
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/noconfig", "/nostdlib", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8156
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nostdlib", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8164
exitCode =
CreateCSharpCompiler
(GetDefaultResponseFilePath(), WorkingDirectory, new[] { "/nologo", "/noconfig", "/nostdlib", "/t:library", "/runtimemetadataversion:v4.0.30319", "/nowarn:8625", "/features:noRefSafetyRulesAttribute", src.ToString() }).Run(outWriter);
8180
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", src.ToString(), "/define" }).Run(outWriter);
8185
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), @"/define:""""" }).Run(outWriter);
8190
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", 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:,blah,Blah" }).Run(outWriter);
8210
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:a;;b@" }).Run(outWriter);
8217
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/t:library", src.ToString(), "/define:a,b@;" }).Run(outWriter);
8223
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);
8392
var csc =
CreateCSharpCompiler
(null, baseDir, new[] { source, "/preferreduilang:en" });
8401
csc =
CreateCSharpCompiler
(null, Directory.GetParent(baseDir).FullName, new[] { source, "/preferreduilang:en" });
8411
csc =
CreateCSharpCompiler
(null, Temp.CreateDirectory().Path, new[] { source, "/preferreduilang:en" });
8420
csc =
CreateCSharpCompiler
(null, baseDir, new[] { source, "/fullpaths", "/preferreduilang:en" });
8429
csc =
CreateCSharpCompiler
(null, Directory.GetParent(baseDir).FullName, new[] { source, "/preferreduilang:en", "/fullpaths" });
8438
csc =
CreateCSharpCompiler
(null, Temp.CreateDirectory().Path, new[] { source, "/preferreduilang:en", "/fullpaths" });
8502
MockCSharpCompiler csc =
CreateCSharpCompiler
(GetDefaultResponseFilePath(), WorkingDirectory, new[] { "/noconfig" });
8526
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", source.ToString() }).Run(outWriter);
8531
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/nowarn:1634", source.ToString() }).Run(outWriter);
8536
exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", Path.Combine(baseDir, "nonexistent.cs"), source.ToString() }).Run(outWriter);
8565
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nowarn:1522,642", source.ToString() }).Run(outWriter);
8589
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/warn:3", "/warnaserror:nullable", source.ToString() }).Run(outWriter);
8623
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[] { "/nologo", "/preferreduilang:en", "/warn:3", "/warnaserror", source.ToString() }).Run(outWriter);
8643
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[]
8668
int exitCode =
CreateCSharpCompiler
(null, baseDir, new[]
8695
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/target:library", "/out:goo.dll", "/nowarn:2008" }).Run(outWriter);
8716
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/warnaserror", source.ToString() }).Run(outWriter);
8721
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/nowarn:1998", source.ToString() }).Run(outWriter);
8769
int exitCode1 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source1.Path }).Run(outWriter);
8775
int exitCode2 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source2.Path }).Run(outWriter);
8786
int exitCode3 =
CreateCSharpCompiler
(null, dir.Path, new[] { "/debug:full", "/out:Program.exe", source3.Path }).Run(outWriter);
8831
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/debug:full", libSrc.Path }).Run(outWriter);
8938
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", libSrc.Path }).Run(outWriter);
8957
int exitCode =
CreateCSharpCompiler
(null, dir.Path, new[] { "/target:library", "/preferreduilang:en", libSrc.Path }).Run(outWriter);
8981
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/out:{exePath}", srcPath });
9004
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/debug", $"/out:{exePath}", srcPath });
9026
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/doc:{xmlPath}", srcPath });
9050
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/debug:" + format, $"/sourcelink:{sourceLinkPath}", srcPath });
9078
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", $"/out:{exePath}", sourcePath });
9104
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/debug-", $"/out:{exePath}", sourcePath });
9129
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/preferreduilang:en", "/doc:" + xmlPath, sourcePath });
9208
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", sourcePath }).Run(outWriter);
9232
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/target:library", "/out:Test.dll", "/doc:" + xmlPath, sourcePath });
9372
int exitCode =
CreateCSharpCompiler
(null, baseDirectory, allCommandLineArgs).Run(outWriter);
9403
var comp =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/errorendlocation" });
9430
var csc =
CreateCSharpCompiler
(
9488
var csc =
CreateCSharpCompiler
(
9524
var csc =
CreateCSharpCompiler
(
9556
var csc =
CreateCSharpCompiler
(
9581
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", srcFile.Path },
9606
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", $"/warnaserror:{AnalyzerExecutor.AnalyzerExceptionDiagnosticId}", srcFile.Path },
9628
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/t:library", srcFile.Path },
9650
var comp =
CreateCSharpCompiler
(null, WorkingDirectory, new string[] { });
9679
int exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang" }).Run(outWriter);
9684
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:" }).Run(outWriter);
9689
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:zz" }).Run(outWriter);
9694
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:en-zz" }).Run(outWriter);
9699
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:en-US" }).Run(outWriter);
9704
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:de" }).Run(outWriter);
9709
exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/preferreduilang:de-AT" }).Run(outWriter);
9719
var exitCode =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "" }).Run(outWriter);
9733
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/nologo", "/target:library", filePath });
9826
var cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/r:com2.dll", "/target:library", "/preferreduilang:en", filePath });
9832
cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/link:..\\lpt8.dll", "/target:library", "/preferreduilang:en", filePath });
9838
cmd =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/lib:aux", "/preferreduilang:en", filePath });
10027
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, args);
10069
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, args);
11197
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11209
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:\"\"", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11221
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:", "/publicsign", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11233
var csc =
CreateCSharpCompiler
(null, WorkingDirectory, new[] { "/keyfile:\"\"", "/publicsign", "/target:library", "/nologo", "/preferreduilang:en", "a.cs" });
11615
var csc =
CreateCSharpCompiler
(null, dir.Path, args);
11793
var csc =
CreateCSharpCompiler
(null, dir.Path,
11858
var csc =
CreateCSharpCompiler
(null, dir.Path,
11909
var csc =
CreateCSharpCompiler
(null, dir.Path,
12287
var csc =
CreateCSharpCompiler
(null, dir.Path, args);
12491
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, new[]
12511
var compiler =
CreateCSharpCompiler
(null, WorkingDirectory, new[]
13416
var cmd =
CreateCSharpCompiler
(null, dir.Path, arguments,
13661
var cmd =
CreateCSharpCompiler
(null, dir.Path, arguments,
13752
var cmd =
CreateCSharpCompiler
(null, dir.Path, args, analyzers: new[] { analyzer });
13789
var cmd =
CreateCSharpCompiler
(null, dir.Path, args, analyzers: new[] { analyzer });
14775
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14795
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14820
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14840
var cmd =
CreateCSharpCompiler
(null, dir.Path,
14918
var csc =
CreateCSharpCompiler
(
14946
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15027
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15552
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15563
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15604
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15615
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15686
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15697
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15739
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15750
cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15817
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15856
var cmd =
CreateCSharpCompiler
(null, dir.Path, new[] {
15896
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);