2563 references to DebugDll
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (5)
CommandLineIVTTests.cs (4)
22var comp1 = CreateCompilation(source1, options: TestOptions.DebugDll, assemblyName: "N1", targetFramework: TargetFramework.Mscorlib461); 99var comp1 = CreateCompilation(source1, options: TestOptions.DebugDll, assemblyName: "N1", targetFramework: TargetFramework.Mscorlib461); 177var comp1 = CreateCompilation(source1, options: TestOptions.DebugDll, assemblyName: "N1", targetFramework: TargetFramework.Mscorlib461); 260var comp1 = CreateCompilation(source1, options: TestOptions.DebugDll, assemblyName: "N1", targetFramework: TargetFramework.Mscorlib461);
CommandLineTests.cs (1)
14201options: TestOptions.DebugDll.WithCryptoKeyFile(Path.GetFileName(snk.Path)).WithStrongNameProvider(virtualSnProvider),
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (225)
CodeGen\CodeGenAsyncIteratorTests.cs (3)
1080var comp = CreateCompilationWithAsyncIterator(source, options: TestOptions.DebugDll); 1127var comp = CreateCompilationWithAsyncIterator(source, options: TestOptions.DebugDll); 1154var comp = CreateCompilationWithAsyncIterator(source, options: TestOptions.DebugDll);
CodeGen\CodeGenAsyncLocalsTests.cs (2)
249CompileAndVerify(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module => 306var vd = CompileAndVerify(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module =>
CodeGen\CodeGenAsyncMainTests.cs (4)
362var corCompilation = CreateEmptyCompilation(corAssembly, options: TestOptions.DebugDll); 369var taskCompilation = CreateCompilationWithMscorlib461(taskAssembly, options: TestOptions.DebugDll); 402var corCompilation = CreateEmptyCompilation(corAssembly, options: TestOptions.DebugDll); 409var taskCompilation = CreateCompilationWithMscorlib461(taskAssembly, options: TestOptions.DebugDll);
CodeGen\CodeGenAsyncSpillTests.cs (5)
596var v = CompileAndVerify(source, options: TestOptions.DebugDll); 912CompileAndVerify(source, options: TestOptions.DebugDll); 960CompileAndVerify(source, verify: Verification.Passes, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module => 1144CompileAndVerify(source, options: TestOptions.DebugDll); 3910CreateCompilation(source, options: TestOptions.DebugDll).VerifyDiagnostics().VerifyEmitDiagnostics(expectedDiagnostics);
CodeGen\CodeGenAsyncTests.cs (6)
4232var v = CompileAndVerify(source, null, options: TestOptions.DebugDll); 5038var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 5084var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 5118var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 5749var c = CreateCompilation(source, options: TestOptions.DebugDll); 5903var comp = CreateCompilation(source, options: TestOptions.DebugDll);
CodeGen\CodeGenClosureLambdaTests.cs (3)
3970CompileAndVerify(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: m => 4041CompileAndVerify(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: m => 4082CompileAndVerify(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: m =>
CodeGen\CodeGenConstructorInitTests.cs (5)
690var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 757options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 779options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 846options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 925options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All));
CodeGen\CodeGenDeconstructTests.cs (14)
6680var comp = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll); 8228var comp = CreateCompilationWithMscorlib461(source, references: s_valueTupleRefs, options: TestOptions.DebugDll); 8259var comp = CreateCompilationWithMscorlib461(source, references: s_valueTupleRefs, options: TestOptions.DebugDll); 8294var comp = CreateCompilationWithMscorlib461(source, references: s_valueTupleRefs, options: TestOptions.DebugDll); 8324var comp = CreateCompilationWithMscorlib461(source, references: s_valueTupleRefs, options: TestOptions.DebugDll); 8353var comp = CreateCompilationWithMscorlib461(source, references: s_valueTupleRefs, options: TestOptions.DebugDll); 8409var comp = CreateCompilationWithMscorlib461(source, references: s_valueTupleRefs, options: TestOptions.DebugDll); 8432var comp = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll); // no ValueTuple reference 8444var missing = CreateCompilationWithMscorlib461(missing_cs, options: TestOptions.DebugDll, assemblyName: "missing"); 8447var lib = CreateCompilationWithMscorlib461(lib_cs, references: new[] { missing.EmitToImageReference() }, options: TestOptions.DebugDll); 8461var comp = CreateCompilationWithMscorlib461(source, references: new[] { lib.EmitToImageReference() }, options: TestOptions.DebugDll); // no ValueTuple reference 8473var missing = CreateCompilationWithMscorlib461(missing_cs, options: TestOptions.DebugDll, assemblyName: "missing"); 8476var lib = CreateCompilationWithMscorlib461(lib_cs, references: new[] { missing.ToMetadataReference() }, options: TestOptions.DebugDll); 8490var comp = CreateCompilationWithMscorlib461(source, references: new[] { lib.ToMetadataReference() }, options: TestOptions.DebugDll); // no ValueTuple reference
CodeGen\CodeGenDynamicTests.cs (1)
41var unoptimizedCompilation = CreateCompilationWithMscorlib461(source, references, parseOptions: parseOptions, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All).WithAllowUnsafe(allowUnsafe));
CodeGen\CodeGenFieldInitTests.cs (1)
569options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All));
CodeGen\CodeGenInterfaceImplementation.cs (2)
2639var comp = CreateCompilationWithILAndMscorlib40(source, il, options: TestOptions.DebugDll); 2734var comp = CreateCompilationWithILAndMscorlib40(source, il, options: TestOptions.DebugDll);
CodeGen\CodeGenIterators.cs (3)
1193var dbg = CompileAndVerify(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module => 1249CompileAndVerify(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module => 1293CompileAndVerify(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module =>
CodeGen\CodeGenLocalFunctionTests.cs (16)
5228options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 5277options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 5318options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 5351options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 5385options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 5418options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 5621options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 5627options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 5673options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 5739options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 5814options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 5889options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 5957options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 5997options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 6053options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 6110options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All));
CodeGen\CodeGenNullCoalescingAssignmentTests.cs (1)
126CompileAndVerify(source, options: TestOptions.DebugDll).VerifyIL("C.TestObject()", expectedIL: @"
CodeGen\CodeGenRefLocalTests.cs (36)
1659CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M()", @" 1699CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M", @" 1737CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M", @" 1775CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails).VerifyIL("Program.M", @" 1815CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M<T>", @" 1853CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M<T>", @" 1893CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails).VerifyIL("Program.M<T>", @" 1933CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M<T>", @" 1972CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M", @" 2009CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M", @" 2047CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M<T>", @" 2086CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M(ref int)", @" 2112CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M(out int)", @" 2141CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M(ref int)", @" 2172CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails).VerifyIL("Program.M()", @" 2205var comp = CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails); 2276var comp = CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails); 2366var comp = CompileAndVerify(text, options: TestOptions.DebugDll); 2428var comp = CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails); 2495var comp = CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails); 2577var comp = CompileAndVerify(text, options: TestOptions.DebugDll); 2638CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M()", @" 2672var comp = CompileAndVerify(text, options: TestOptions.DebugDll); 2713CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M()", @" 2748var comp = CompileAndVerify(text, options: TestOptions.DebugDll); 2799var comp = CompileAndVerify(text, options: TestOptions.DebugDll); 2843CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails).VerifyIL("Program.M()", @" 2880var comp = CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails); 2951var comp = CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails); 3048var comp = CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails); 3118CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails).VerifyIL("Program.M(ref int, ref int, object)", @" 3158var comp = CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails); 3235var comp = CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails); 3341var comp = CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails); 3421CompileAndVerify(text, options: TestOptions.DebugDll).VerifyIL("Program.M(D)", @" 3450CompileAndVerify(text, options: TestOptions.DebugDll, verify: Verification.Fails).VerifyIL("Program.M(D, ref int, ref int, object)", @"
CodeGen\CodeGenRefReturnTests.cs (1)
2480var compilation = CreateCompilation("", options: TestOptions.DebugDll, references: new[] { ref1 });
CodeGen\CodeGenTests.cs (6)
81var result = CompileAndVerify(source, verify: Verification.FailsILVerify, options: TestOptions.DebugDll); 169var result = CompileAndVerify(source, verify: Verification.FailsILVerify, options: TestOptions.DebugDll); 239var result = CompileAndVerify(source, options: TestOptions.DebugDll); 300var result = CompileAndVerify(source, options: TestOptions.DebugDll); 608var compilation = CreateCompilationWithILAndMscorlib40(source, il, TargetFramework.Mscorlib461, options: TestOptions.DebugDll); 932options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All));
CodeGen\CodeGenTryFinally.cs (5)
3956verifier = CompileAndVerify(source, options: TestOptions.DebugDll).VerifyDiagnostics(); 4103verifier = CompileAndVerify(source, options: TestOptions.DebugDll).VerifyDiagnostics( 4166verifier = CompileAndVerify(source, options: TestOptions.DebugDll).VerifyDiagnostics( 4230verifier = CompileAndVerify(source, options: TestOptions.DebugDll).VerifyDiagnostics( 4288CompileAndVerify(source, options: TestOptions.DebugDll).VerifyDiagnostics(expectedDiagnostics);
CodeGen\CodeGenTupleTest.cs (12)
3884var comp = CreateCompilationWithMscorlib40(source, references: new[] { ValueTupleRef, SystemRuntimeFacadeRef }, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7_1); 21296options: TestOptions.DebugDll); 21308options: TestOptions.DebugDll); 21324options: TestOptions.DebugDll); 23419var libComp = CreateCompilationWithMscorlib461AndCSharp(lib, references: s_valueTupleRefs, options: TestOptions.DebugDll); 23473var libComp = CreateCompilationWithMscorlib461AndCSharp(lib, options: TestOptions.DebugDll, references: s_valueTupleRefs); 23875var libComp = CreateCompilationWithMscorlib461AndCSharp(lib, references: s_valueTupleRefs, options: TestOptions.DebugDll); 25324var libWithVT = CreateEmptyCompilation(valuetuple_cs, references: new[] { corlibWithoutVTRef }, parseOptions: parseOptions, options: TestOptions.DebugDll); 27537var comp0 = CreateCompilation(new[] { source0, source1 }, options: TestOptions.DebugDll); 27540var comp1 = CreateCompilation(source0, options: TestOptions.DebugDll); 27543var comp2 = CreateCompilation(source1, references: new[] { comp1.EmitToImageReference() }, options: TestOptions.DebugDll); 27563var comp = CreateCompilation(new[] { source }, options: TestOptions.DebugDll);
CodeGen\EventTests.cs (1)
842var compilation = CreateCompilation(source, options: TestOptions.DebugDll);
CodeGen\GotoTest.cs (1)
1128var options = TestOptions.DebugDll.WithSourceReferenceResolver(resolver);
CodeGen\ITuplePatternTests.cs (1)
229var verifier = CompileAndVerify(CreatePatternCompilation(source, TestOptions.DebugDll));
CodeGen\PatternTests.cs (2)
333var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 6550var verifier = CompileAndVerify(source, options: TestOptions.DebugDll);
CodeGen\PropertyTests.cs (1)
30var compilation = CreateCompilation(source, options: TestOptions.DebugDll);
CodeGen\SwitchTests.cs (19)
8809options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 8882options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 8952options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 9022options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 9093options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 9167options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 9242options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 9319options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 9385options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 9476options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 9625options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 9723options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 9774options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 9829options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 9882options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 9934options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication), 10027options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication)) 10246options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication).WithMetadataImportOptions(MetadataImportOptions.All)); 10520options: TestOptions.DebugDll.WithOutputKind(OutputKind.ConsoleApplication))
CodeGen\UnsafeTests.cs (2)
5413var missing = CreateCompilationWithMscorlib461(missing_cs, options: TestOptions.DebugDll, assemblyName: "missing"); 5424var lib = CreateCompilationWithMscorlib461(lib_cs, references: new[] { missing.EmitToImageReference() }, options: TestOptions.DebugDll);
Emit\CompilationEmitTests.cs (50)
897options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 1051var comp = CreateCompilation(source, options: TestOptions.DebugDll, 1205CSharpCompilation comp1 = CreateCompilation(Parse(source1), options: TestOptions.DebugDll.WithDeterministic(true), assemblyName: name); 1209Compilation comp2 = CreateCompilation(Parse(source2), options: TestOptions.DebugDll.WithDeterministic(true), assemblyName: name); 1281var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithDeterministic(true), assemblyName: name); 1294var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithDeterministic(true), assemblyName: name); 1310options: TestOptions.DebugDll.WithDeterministic(true).WithOutputKind(OutputKind.NetModule)); 1888options: TestOptions.DebugDll.WithDeterministic(true), assemblyName: name); 1893options: TestOptions.DebugDll.WithAllowUnsafe(true)); 1904var options = TestOptions.DebugDll.WithDeterministic(false); 2096options: TestOptions.DebugDll.WithDeterministic(true), assemblyName: name); 2125options: TestOptions.DebugDll.WithDeterministic(true)); 2133options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2164options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2192options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2221options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2263options: TestOptions.DebugDll.WithDeterministic(true)); 2270options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2280options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2292options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2330options: TestOptions.DebugDll.WithDeterministic(true)); 2337options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2347options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2359options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2397options: TestOptions.DebugDll.WithDeterministic(true)); 2404options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2414options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2426options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2457options: TestOptions.DebugDll.WithDeterministic(true)); 2465options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2502options: TestOptions.DebugDll.WithDeterministic(true)); 2510options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2524options: TestOptions.DebugDll.WithDeterministic(true)); 2538options: TestOptions.DebugDll.WithDeterministic(true)); 2552options: TestOptions.DebugDll.WithDeterministic(true)); 2567options: TestOptions.DebugDll.WithDeterministic(true)); 2580options: TestOptions.DebugDll.WithDeterministic(true).WithOutputKind(OutputKind.NetModule)); 2594options: TestOptions.DebugDll.WithDeterministic(true).WithOutputKind(OutputKind.NetModule)); 2607options: TestOptions.DebugDll); 2633options: TestOptions.DebugDll); 2653options: TestOptions.DebugDll.WithDeterministic(true)); 3523options: TestOptions.DebugDll.WithPlatform(Platform.X86)); 3557options: TestOptions.DebugDll.WithPlatform(Platform.X64)); 3607options: TestOptions.DebugDll.WithPlatform(Platform.Arm)); 5038var comp = CreateEmptyCompilation("", new[] { TestReferences.SymbolsTests.netModule.x64COFF }, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 5201var compilation = CreateCompilation(source, null, TestOptions.DebugDll); 5566var options = TestOptions.DebugDll.WithGeneralDiagnosticOption(ReportDiagnostic.Error); 5574var options = TestOptions.DebugDll.WithSpecificDiagnosticOptions("CS0169", ReportDiagnostic.Error); 5611var options = TestOptions.DebugDll.WithGeneralDiagnosticOption(ReportDiagnostic.Error); 5619var options = TestOptions.DebugDll.WithSpecificDiagnosticOptions("CS0612", ReportDiagnostic.Error);
Emit\DeterministicTests.cs (4)
77options: TestOptions.DebugDll.WithDeterministic(true)); 82options: TestOptions.DebugDll.WithDeterministic(false)); 175var mvid1 = CompiledGuid(source.Replace("CHANGE", ""), "X1", TestOptions.DebugDll, emitRefAssembly); 176var mvid2 = CompiledGuid(source.Replace("CHANGE", "private void M() { }"), "X1", TestOptions.DebugDll, emitRefAssembly);
Emit\DynamicAnalysis\DynamicAnalysisResourceTests.cs (1)
1022options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All),
Emit\EmitErrorTests.cs (1)
306var compilation1 = CreateCompilation(builder.ToString(), null, TestOptions.DebugDll.WithSpecificDiagnosticOptions(warnOpts));
Emit\EmitMetadataTests.cs (2)
230options: TestOptions.DebugDll.WithOutputKind(OutputKind.NetModule)); 2714options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All),
Emit\NoPiaEmbedTypes.cs (13)
171var piaCompilation = CreateCompilation(pia, options: TestOptions.DebugDll); 228var piaCompilation = CreateCompilation(pia, options: TestOptions.DebugDll); 297var piaCompilation = CreateCompilation(pia, options: TestOptions.DebugDll); 350var piaCompilation = CreateCompilation(pia, options: TestOptions.DebugDll); 847var piaCompilation = CreateEmptyCompilation(pia, new MetadataReference[] { MscorlibRef_v20 }, options: TestOptions.DebugDll); 1860var piaCompilation = CreateCompilation(pia, options: TestOptions.DebugDll); 1951var piaCompilation = CreateEmptyCompilation(pia, new MetadataReference[] { MscorlibRef_v4_0_30316_17626 }, options: TestOptions.DebugDll); 4842var piaCompilation1 = CreateCompilation(pia1, options: TestOptions.DebugDll, assemblyName: "Pia1"); 4862var piaCompilation2 = CreateCompilation(pia2, options: TestOptions.DebugDll, assemblyName: "Pia2", 4993var piaCompilation1 = CreateCompilation(pia1, options: TestOptions.DebugDll, assemblyName: "Pia1"); 5014var piaCompilation2 = CreateCompilation(pia2, options: TestOptions.DebugDll, assemblyName: "Pia2", 5318var piaCompilation1 = CreateCompilation(pia1, options: TestOptions.DebugDll, assemblyName: "Pia1"); 5339var piaCompilation2 = CreateCompilation(pia2, options: TestOptions.DebugDll, assemblyName: "Pia2",
Emit\OptionalArgumentsTests.cs (1)
144var comp1 = CreateCompilation(source1, options: TestOptions.DebugDll);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (484)
Emit\EditAndContinue\AssemblyReferencesTests.cs (13)
202var lib0 = CreateCompilation(srcLib, assemblyName: "Lib", options: TestOptions.DebugDll); 205var lib1 = CreateCompilation(srcLib, assemblyName: "Lib", options: TestOptions.DebugDll); 208var lib2 = CreateCompilation(srcLib, assemblyName: "Lib", options: TestOptions.DebugDll); 211var compilation0 = CreateEmptyCompilation(src0, new[] { MscorlibRef, lib0.ToMetadataReference() }, assemblyName: "C", options: TestOptions.DebugDll); 301var lib0 = CreateCompilation(srcLib, assemblyName: "Lib", options: TestOptions.DebugDll); 306var lib1 = CreateCompilation(srcLib, assemblyName: "Lib", options: TestOptions.DebugDll); 310var lib2 = CreateCompilation(srcLib, assemblyName: "Lib", options: TestOptions.DebugDll); 315var compilation0 = CreateEmptyCompilation(src0, new[] { MscorlibRef, lib0.ToMetadataReference() }, assemblyName: "C", options: TestOptions.DebugDll); 386var lib0 = CreateCompilation(srcLib, assemblyName: "Lib", options: TestOptions.DebugDll); 390var lib1 = CreateCompilation(srcLib, assemblyName: "Lib", options: TestOptions.DebugDll); 394var lib2 = CreateCompilation(srcLib, assemblyName: "Lib", options: TestOptions.DebugDll); 398var compilation0 = CreateEmptyCompilation(src0, new[] { MscorlibRef, lib0.EmitToImageReference() }, assemblyName: "C", options: TestOptions.DebugDll); 482var compilation0 = CreateEmptyCompilation(src0, new[] { MscorlibRef, ref01, ref11 }, assemblyName: "C", options: TestOptions.DebugDll);
Emit\EditAndContinue\EditAndContinueClosureTests.cs (2)
4692var compilation0 = CreateCompilation(source0.Tree, options: TestOptions.DebugDll); 4740var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20);
Emit\EditAndContinue\EditAndContinueStateMachineTests.cs (6)
46var compilation0 = CreateCompilation(Parse(source0, "a.cs", parseOptions), options: TestOptions.DebugDll); 227var compilation0 = CreateCompilationWithMscorlib461(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 344var compilation0 = CreateCompilationWithMscorlib461(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 446var compilation0 = CreateCompilationWithMscorlib461(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 519var compilation0 = CreateCompilationWithMscorlib461(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 570var compilation0 = CreateCompilationWithMscorlib461(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll);
Emit\EditAndContinue\EditAndContinueTest.cs (1)
24private readonly CSharpCompilationOptions _compilationOptions = (options ?? TestOptions.DebugDll).WithConcurrentBuild(false);
Emit\EditAndContinue\EditAndContinueTestBase.cs (1)
33internal static readonly CSharpCompilationOptions ComSafeDebugDll = TestOptions.DebugDll.WithConcurrentBuild(false);
Emit\EditAndContinue\EditAndContinueTests.cs (74)
212var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 261var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 514var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 809using var _ = new EditAndContinueTest(options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20) 958using var _ = new EditAndContinueTest(options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20) 2570using var _ = new EditAndContinueTest(options: TestOptions.DebugDll) 2713using var _ = new EditAndContinueTest(options: TestOptions.DebugDll) 2762using var _ = new EditAndContinueTest(options: TestOptions.DebugDll) 3030var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 3358var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 3755var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 3817var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 3882var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 5150var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 5666var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 5789var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 6122var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 6207var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 6288var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 6398var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 6453var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 6625var compilation0 = CreateCompilation(source, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 6695var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 6772var compilation0 = CreateCompilation(source, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 6854var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50); 7033var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 7193var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 7257var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 7314var compilation0 = CreateCompilation(Parse(source0, "a.cs", parseOptions), options: TestOptions.DebugDll); 7421var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 7479var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 7520var compilation0 = CreateCompilation(parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, source: 8285var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 8371var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 8502var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 8715var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 8804var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 8852var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 9047var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 9382var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 9492var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 9777var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 9894var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 10561var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 10631var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 10704var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 10771var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 10895var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 10952var compilation0 = CreateCompilation(source, new[] { CSharpRef }, options: TestOptions.DebugDll); 11018var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll, references: new[] { CSharpRef }); 11404var compilationPIA = CreateCompilation(sourcePIA, options: TestOptions.DebugDll); 11457var compilationPIA = CreateCompilation(sourcePIA, options: TestOptions.DebugDll); 11543var compilationPIA = CreateCompilation(sourcePIA, options: TestOptions.DebugDll); 11545var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular10, options: TestOptions.DebugDll, references: new MetadataReference[] { referencePIA, CSharpRef }); 11631var compilationPIA = CreateCompilation(sourcePIA, options: TestOptions.DebugDll); 11633var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll, references: new MetadataReference[] { referencePIA, CSharpRef }); 11750var compilation0 = CreateCompilation(source, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 11857var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 11929var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 12014var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 12062var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 12103var compilation0 = CreateCompilation(new[] { sourceA0, sourceB0 }, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 12149var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 12214var compilationA0 = CreateCompilation(sourceA0, options: TestOptions.DebugDll, assemblyName: "LibA"); 12216var compilationB0 = CreateCompilation(sourceB0, new[] { compilationA0.ToMetadataReference() }, options: TestOptions.DebugDll, assemblyName: "LibB"); 12217var compilationB1 = CreateCompilation(sourceB1, new[] { compilationA1.ToMetadataReference() }, options: TestOptions.DebugDll, assemblyName: "LibB"); 12279var compilationA = CreateCompilation(sourceA, options: TestOptions.DebugDll, assemblyName: "AssemblyA"); 12282var compilationB0 = CreateCompilation(sourceB0, new[] { aRef }, options: TestOptions.DebugDll, assemblyName: "AssemblyB"); 12399var compilation0 = CreateCompilation(String.Format(source, 1), options: TestOptions.DebugDll); 12445var compilation0 = CreateCompilation(source0.Tree, options: TestOptions.DebugDll, assemblyName: "PdbReadingErrorsAssembly"); 12492var compilation0 = CreateCompilation(source0.Tree, options: TestOptions.DebugDll, assemblyName: "PdbReadingErrorsAssembly"); 15348using var _ = new EditAndContinueTest(options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20) 15425using var _ = new EditAndContinueTest(options: TestOptions.DebugDll, targetFramework: TargetFramework.NetLatest, verification: Verification.Skipped) 15566using var _ = new EditAndContinueTest(options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20, verification: Verification.Skipped)
Emit\EditAndContinue\LocalSlotMappingTests.cs (42)
47var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 340var debug = CreateCompilation(source, options: TestOptions.DebugDll); 426var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 530var compilation0 = CreateCompilation(source0.Tree, options: TestOptions.DebugDll); 642var compilation0 = CreateCompilation(source0.Tree, options: TestOptions.DebugDll); 752var compilation0 = CreateCompilationWithTasksExtensions(new[] { source0.Tree, asyncStreamsTree }, options: TestOptions.DebugDll); 843var compilation0 = CreateCompilationWithTasksExtensions(new[] { source0.Tree, asyncStreamsTree }, options: TestOptions.DebugDll); 1147var compilation0 = CreateEmptyCompilation(source, options: TestOptions.DebugDll, references: new[] { MscorlibRef_v20 }); 1148var compilation1 = CreateEmptyCompilation(source, options: TestOptions.DebugDll, references: new[] { MscorlibRef_v20 }); 1480var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 1663var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 1848var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 2008var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 2040options: TestOptions.DebugDll, 2148var compilation0 = CreateCompilation(source0.Tree, options: TestOptions.DebugDll); 2194var compilation1 = CreateCompilation(source1.Tree, options: TestOptions.DebugDll); 2341var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 2418var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll); 2598var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 2736var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 2881var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 2990var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 3117var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 3331var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 3438var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 3551var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 3659var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 3751var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 3970var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 4079var compilation0 = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll); 4233var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 4280var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 4336var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 4391var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 4443var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 4499var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 4568var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 4648var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 4741var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 4802var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 4862var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 4951var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll);
Emit\EditAndContinue\SymbolMatcherTests.cs (49)
30var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 77var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 140var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 166var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 190var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll, references: new[] { metadataRef }); 231var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 276var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll).WithSource(source1); 304var lib0 = CreateCompilation(libSource, options: TestOptions.DebugDll, assemblyName: "Lib"); 305var lib1 = CreateCompilation(libSource, options: TestOptions.DebugDll, assemblyName: "Lib"); 307var compilation0 = CreateCompilation(source, new[] { lib0.ToMetadataReference() }, options: TestOptions.DebugDll); 341var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 372var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 404var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 439var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 490var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll); 545var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 561var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll); 600var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 624var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 648var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 672var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 696var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 720var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 744var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 768var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 792var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 816var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 854var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 902var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 943var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 948var compilation1 = CreateCompilation(source, options: TestOptions.DebugDll); 983var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 1008var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 1033var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 1056var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 1100var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 1115var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll); 1162var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 1319var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 1341var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 1364var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 1385var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 1411var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 1469var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll); 1715var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 1757var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 1809var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 1856var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 1901var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll);
PDB\CheckSumTest.cs (2)
26TestOptions.DebugDll.WithSourceReferenceResolver(new SourceFileResolver(ImmutableArray.Create<string>(), baseDirectory))); 304TestOptions.DebugDll.WithSourceReferenceResolver(null));
PDB\CSharpDeterministicBuildCompilationTests.cs (6)
129}", options: TestOptions.DebugDll); 134}", options: TestOptions.DebugDll); 189}", options: TestOptions.DebugDll); 194}", options: TestOptions.DebugDll); 253}", options: TestOptions.DebugDll); 258}", options: TestOptions.DebugDll);
PDB\PDBAsyncTests.cs (14)
70var compilation = CreateCompilationWithMscorlib461(text, options: TestOptions.DebugDll).VerifyDiagnostics(); 386var compilation = CreateCompilationWithMscorlib461(text, options: TestOptions.DebugDll).VerifyDiagnostics(); 545options: TestOptions.DebugDll, 621var v = CompileAndVerify(CreateCompilationWithMscorlib461(text, options: TestOptions.DebugDll)); 847var v = CompileAndVerify(CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)), symbolValidator: module => 1039var v = CompileAndVerify(CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)), symbolValidator: module => 1259var v = CompileAndVerify(CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)), symbolValidator: module => 1366var v = CompileAndVerify(CreateCompilationWithMscorlib461(source, new[] { SystemCoreRef, CSharpRef }, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)), symbolValidator: module => 1550var v = CompileAndVerify(CreateCompilationWithMscorlib461(source, new[] { SystemCoreRef, CSharpRef }, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)), symbolValidator: module => 1658var v = CompileAndVerify(CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)), symbolValidator: module => 1694var v = CompileAndVerify(CreateCompilationWithMscorlib461(source, new[] { SystemCoreRef, CSharpRef }, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)), symbolValidator: module => 1948var v = CompileAndVerify(CreateCompilationWithMscorlib461(source, new[] { SystemCoreRef, CSharpRef }, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)), symbolValidator: module => 2017var compilation = CreateCompilationWithMscorlib461(src, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 2100var v = CreateEmptyCompilation(src, LatestVbReferences, options: TestOptions.DebugDll);
PDB\PDBConstantTests.cs (11)
34var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 100var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 209var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 287CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb("C.M", @" 337var c = CompileAndVerify(text, options: TestOptions.DebugDll); 409var v = CompileAndVerify(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module => 487CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb("C.M", @" 609var c = CompileAndVerify(text, options: TestOptions.DebugDll); 666var c = CompileAndVerify(text, options: TestOptions.DebugDll); 726var c = CompileAndVerify(text, options: TestOptions.DebugDll); 781CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb("C.M", @"
PDB\PDBDynamicLocalsTests.cs (30)
49var c = CreateCompilationWithMscorlib40AndSystemCore(source, references: new[] { CSharpRef }, options: TestOptions.DebugDll); 147var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 213var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 272var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 337var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 393var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 451var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 527var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 609var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 676var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 764var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 844var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 926var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1012var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1138var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1286var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1535var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1708var c = CreateCompilation(source, options: TestOptions.DebugDll); 1778var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1832var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1882var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1940var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1998var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2057var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2117var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2171var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2226var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2290var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2352var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2412var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll);
PDB\PDBEmbeddedSourceTests.cs (2)
44var c = CreateCompilation(new[] { tree1, tree2 }, options: TestOptions.DebugDll); 104var c = CreateCompilation(tree, options: TestOptions.DebugDll);
PDB\PDBIteratorTests.cs (14)
34var c = CreateCompilationWithMscorlib40AndSystemCore(text, options: TestOptions.DebugDll); 79var c = CreateCompilationWithMscorlib40AndSystemCore(text, options: TestOptions.DebugDll); 124var c = CreateCompilationWithMscorlib40AndSystemCore(text, options: TestOptions.DebugDll); 251var c = CompileAndVerify(text, options: TestOptions.DebugDll, symbolValidator: module => 339var c = CreateCompilationWithMscorlib40AndSystemCore(text, options: TestOptions.DebugDll); 736var v = CompileAndVerify(text, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module => 807var v = CompileAndVerify(text, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module => 931var v = CompileAndVerify(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module => 1027var v = CompileAndVerify(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module => 1225var v = CompileAndVerify(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module => 1371var v = CompileAndVerify(source, new[] { CSharpRef }, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module => 1519var v = CompileAndVerify(source, new[] { CSharpRef }, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: module => 1587var c = CreateCompilationWithMscorlib40AndSystemCore(text, options: TestOptions.DebugDll); 1624var compilation = CreateCompilation(src, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp);
PDB\PDBLambdaTests.cs (29)
35var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 109var compilation = CreateCompilationWithMscorlib40AndSystemCore(source.Tree, options: TestOptions.DebugDll); 129var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 203var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 319var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 439var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 553var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 638var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 748var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 827var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 912var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 992var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1068var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1156var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1229var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1301var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1377var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1447var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1523var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1599var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1675var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1759var v = CompileAndVerify(source, options: TestOptions.DebugDll); 1801var v = CompileAndVerify(source, options: TestOptions.DebugDll); 1847var compilation = CreateCompilation(source.Tree, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 1875var compilation = CreateCompilation(source.Tree, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 1909var compilation = CreateCompilation(source.Tree, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 1926var compilation = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2024var compilation = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2146var c = CompileAndVerify(source, options: TestOptions.DebugDll);
PDB\PDBLocalFunctionTests.cs (5)
42var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 157var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 235var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 326var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 407var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll);
PDB\PDBSourceLinkTests.cs (5)
51var c = CreateCompilation(Parse(source, "f:/build/goo.cs"), options: TestOptions.DebugDll); 81var c = CreateCompilation(Parse(source, "f:/build/goo.cs"), options: TestOptions.DebugDll); 121var c = CreateCompilation(Parse(source, "f:/build/goo.cs"), options: TestOptions.DebugDll); 143var c = CreateCompilation(Parse(source, "f:/build/goo.cs"), options: TestOptions.DebugDll); 185var c = CreateCompilation(Parse(source, "f:/build/goo.cs"), options: TestOptions.DebugDll);
PDB\PDBTests.cs (133)
93Compilation compilation = CreateCompilation("class C { }", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular); 139var comp = CSharpCompilation.Create("test", new[] { tree1, tree2 }, TargetFrameworkUtil.StandardReferences, TestOptions.DebugDll); 173options: TestOptions.DebugDll.WithSourceReferenceResolver(SourceFileResolver.Default)); 217options: TestOptions.DebugDll.WithSourceReferenceResolver(SourceFileResolver.Default)); 249var compilation = CreateCompilation(source0, options: TestOptions.DebugDll); 281var compilation = CreateCompilation(source0, options: TestOptions.DebugDll); 313var compilation = CreateCompilation(source0, options: TestOptions.DebugDll.WithDeterministic(true)); 566var c = CreateCompilation(source, options: TestOptions.DebugDll); 615var c1 = CreateCompilation(source1, options: TestOptions.DebugDll); 616var c2 = CreateCompilation(source2, options: TestOptions.DebugDll); 663var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 720var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 756var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 797var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 851var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 916var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 984var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1158var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1245var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1341var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1409var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1485var v = CompileAndVerify(source, options: TestOptions.DebugDll); 1540var v = CompileAndVerify(source, options: TestOptions.DebugDll); 1595var v = CompileAndVerify(source, options: TestOptions.DebugDll); 1617var v = CompileAndVerify(source, options: TestOptions.DebugDll); 1650var v = CompileAndVerify(source, options: TestOptions.DebugDll); 1747var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1941var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1992var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2034var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2144var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2215var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2311var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2449var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2507var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2589var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2639var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2784var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2896var v = CompileAndVerify(source, options: TestOptions.DebugDll.WithModuleName("MODULE")); 3024var v = CompileAndVerify(source, options: TestOptions.DebugDll); 3113var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 3185var c = CreateCompilation(source, options: TestOptions.DebugDll); 3346var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 3437var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 3536var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 3997var v = CompileAndVerify(source, options: TestOptions.DebugDll); 4087var v = CompileAndVerify(source, options: TestOptions.DebugDll); 4331var v = CompileAndVerify(source, options: TestOptions.DebugDll); 4453var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 4539var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 4644var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 4740}", TestOptions.DebugDll); 4750}", TestOptions.DebugDll); 4761}", TestOptions.DebugDll); 4773}", TestOptions.DebugDll); 4786}", TestOptions.DebugDll); 4815var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 4980var compilation = CreateCompilation(new[] { Parse(text1, "a.cs"), Parse(text2, "b.cs"), Parse(text3, "a.cs") }, options: TestOptions.DebugDll); 5027var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 5068var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 5107var comp = CreateCompilation(source, options: TestOptions.DebugDll); 5158}", TestOptions.DebugDll); 5166}", TestOptions.DebugDll); 5174}", TestOptions.DebugDll); 5182}", TestOptions.DebugDll, TestOptions.Regular); 5200var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 5234var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 5317var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 5466var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 5544var v = CompileAndVerify(CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll)); 5693var v = CompileAndVerify(CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll)); 5782var v = CompileAndVerify(CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll)); 5953var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 6022var c = CreateCompilation(source, options: TestOptions.DebugDll); 6139var c = CreateCompilation(source, options: TestOptions.DebugDll); 6265var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 6358var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 6445var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 6506var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 6570var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 6654var c = CreateCompilation(source, options: TestOptions.DebugDll); 6769var c = CreateCompilation(source, options: TestOptions.DebugDll); 6871var c = CreateCompilation(source, options: TestOptions.DebugDll); 6982var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 7023var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 7666var compilation = CreateCompilation(text1, options: TestOptions.DebugDll); 7772var c = CreateCompilationWithMscorlib40AndSystemCore(src, references: new[] { CSharpRef, ValueTupleRef, SystemRuntimeFacadeRef }, options: TestOptions.DebugDll); 7873var c = CreateCompilationWithMscorlib40AndSystemCore(src, references: new[] { CSharpRef, ValueTupleRef, SystemRuntimeFacadeRef }, options: TestOptions.DebugDll); 8325var c = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll, references: new[] { SystemCoreRef }); 8370var c = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll, references: new[] { SystemCoreRef }); 8425var c = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll, references: new[] { SystemCoreRef }); 8477var c = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll, references: new[] { SystemCoreRef }); 8537var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 8612var c = CreateCompilation(source, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 9009var c = CreateCompilation(source, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 9376var c = CreateCompilation(source, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 9605var c = CreateCompilation(source, options: TestOptions.DebugDll); 10000var verifier = CompileAndVerify(source, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 10209var verifier = CompileAndVerify(source, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 10447var c = CreateCompilation(source, options: TestOptions.DebugDll); 10618var c = CreateCompilation(source, options: TestOptions.DebugDll); 10758var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 10801var c = CreateCompilation(source, options: TestOptions.DebugDll); 10888var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11065var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, references: s_valueTupleRefs); 11167var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, references: s_valueTupleRefs); 11204var c = CreateCompilation(source, options: TestOptions.DebugDll); 11238var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, references: s_valueTupleRefs); 11262var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, references: s_valueTupleRefs); 11286var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, references: s_valueTupleRefs); 11341var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11356var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11405var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11451var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11493var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11538var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11594var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11650var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11766var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11826var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11893var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11950var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11986var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 12226var c = CSharpCompilation.Create("Compilation", new[] { tree }, new[] { MscorlibRef_v46 }, options: TestOptions.DebugDll.WithDebugPlusMode(true)); 12322options: TestOptions.DebugDll); 12386var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 12459var v = CompileAndVerify(source, options: TestOptions.DebugDll); 12543var v = CompileAndVerify(source, options: TestOptions.DebugDll); 12624var v = CompileAndVerify(source, options: TestOptions.DebugDll); 12716var v = CompileAndVerify(source, options: TestOptions.DebugDll); 12829var c = CreateCompilation(new[] { tree1, tree2 }, options: TestOptions.DebugDll); 12867var c = CreateCompilation(new[] { tree }, options: TestOptions.DebugDll); 12890options: TestOptions.DebugDll);
PDB\PDBTupleTests.cs (6)
27var comp = CreateCompilation(source, options: TestOptions.DebugDll); 74var comp = CreateCompilation(source, options: TestOptions.DebugDll); 126var comp = CreateCompilation(source, options: TestOptions.DebugDll); 193var comp = CreateCompilation(source, options: TestOptions.DebugDll); 244var comp = CreateCompilation(source, options: TestOptions.DebugDll); 310var c = CreateCompilation(source, options: TestOptions.DebugDll);
PDB\PDBUsingTests.cs (32)
33options: TestOptions.DebugDll); 60CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb(@" 140CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb(@" 220CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb(@" 300CompileAndVerify(text, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetFramework).VerifyPdb(@" 380CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb(@" 574options: TestOptions.DebugDll, 664var compilation1 = CreateCompilation(source1, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, assemblyName: "TestExternAliases2"); 674options: TestOptions.DebugDll, 717var compilation1 = CreateCompilation(source1, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, assemblyName: "TestExternAliases3"); 727options: TestOptions.DebugDll, 771var dummyCompilation = CreateCompilation(src1, assemblyName: "A", options: TestOptions.DebugDll); 790options: TestOptions.DebugDll, 818comp = CreateCompilation(sourceB, references: new[] { refA }, options: TestOptions.DebugDll); 856CSharpCompilation dummyCompilation1 = CreateCompilation(dummySource, assemblyName: "A", options: TestOptions.DebugDll); 857CSharpCompilation dummyCompilation2 = CreateCompilation(dummySource, assemblyName: "B", options: TestOptions.DebugDll); 870options: TestOptions.DebugDll, 943options: TestOptions.DebugDll, 1017options: TestOptions.DebugDll, 1150var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll); 1173options: TestOptions.DebugDll, 1223var compilation1 = CreateCompilation(source1, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 1241options: TestOptions.DebugDll, 1323options: TestOptions.DebugDll, 1501options: TestOptions.DebugDll, 1668CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb(@" 1717CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb(@" 1798CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb(@" 1902CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb(@" 1960CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb(@" 2016var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2292var comp1 = CreateCompilation(source1, options: TestOptions.DebugDll, assemblyName: "Comp1");
PDB\PortablePdbTests.cs (6)
42var c = CreateCompilation(source, options: TestOptions.DebugDll); 166var c = CreateCompilation(Parse(source, "goo.cs"), options: TestOptions.DebugDll); 226var c = CreateCompilation(Parse(source, "goo.cs"), options: TestOptions.DebugDll.WithDeterministic(true)); 301var c = CreateCompilation(Parse(source, "f:/build/goo.cs"), options: TestOptions.DebugDll); 342var c = CreateCompilation(Parse(source, "f:/build/goo.cs"), options: TestOptions.DebugDll); 381var c = CreateCompilation(Parse(source, "f:/build/goo.cs"), options: TestOptions.DebugDll);
PDB\TypeDefinitionDocumentTests.cs (1)
464var compilation = CreateCompilation(trees, options: TestOptions.DebugDll);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (172)
Attributes\AttributeTests.cs (15)
40var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithDeterministic(true)); 641}", options: TestOptions.DebugDll); 1837options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 1871options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 1932options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 1995options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2214options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2280options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2351options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 2483options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 9990var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 10019var compilation1 = CreateCompilationWithMscorlib40(source1, options: TestOptions.DebugDll); 10032var compilation2 = CreateCompilationWithMscorlib40(source2, new[] { new CSharpCompilationReference(compilation1) }, options: TestOptions.DebugDll, assemblyName: "Test.dll"); 10043var compilation3 = CreateCompilationWithMscorlib461(source2, new[] { new CSharpCompilationReference(compilation1) }, options: TestOptions.DebugDll); 11008var verifier = CompileAndVerify(source, symbolValidator: validateMetadata, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All));
Attributes\AttributeTests_Dynamic.cs (4)
822options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 853options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 888options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 910options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All),
Attributes\AttributeTests_IsByRefLike.cs (3)
356var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 452var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 606var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All);
Attributes\AttributeTests_IsUnmanaged.cs (5)
626var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 722var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 771CreateCompilation(text, options: TestOptions.DebugDll.WithOutputKind(outputKind)).VerifyDiagnostics( 794CreateCompilation(text, options: TestOptions.DebugDll.WithOutputKind(outputKind)).VerifyDiagnostics( 814CreateCompilation(text, options: TestOptions.DebugDll.WithOutputKind(outputKind)).VerifyDiagnostics(
Attributes\AttributeTests_LifetimeAnnotation.cs (4)
454options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 491options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 518options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 554options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All),
Attributes\AttributeTests_MarshalAs.cs (1)
32options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All));
Attributes\AttributeTests_NativeInteger.cs (4)
1081options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 1105options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 1128options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 1152options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All),
Attributes\AttributeTests_Nullable.cs (8)
2166options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 2193options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 2220options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 2273options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 2297options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 2506options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 2531options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 2557options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All),
Attributes\AttributeTests_ReadOnlyStruct.cs (3)
346var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 444var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 598var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All);
Attributes\AttributeTests_RefReadOnly.cs (15)
594var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 622var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 648var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 682var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 721var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 753var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 780var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 815var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 1051var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 1169var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 1325var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 2342options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 2366options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 2389options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 2413options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All),
Attributes\AttributeTests_Security.cs (1)
1586CreateCompilationWithMscorlib40(source, options: TestOptions.DebugDll.WithXmlReferenceResolver(resolver)).VerifyDiagnostics(
Attributes\AttributeTests_Synthesized.cs (1)
371var comp = CreateCompilation(source, options: TestOptions.DebugDll);
Attributes\AttributeTests_WellKnownAttributes.cs (11)
8787verify(TestOptions.DebugDll.WithGeneralDiagnosticOption(ReportDiagnostic.Warn), 8793verify(TestOptions.DebugDll.WithGeneralDiagnosticOption(ReportDiagnostic.Error), 8799verify(TestOptions.DebugDll.WithGeneralDiagnosticOption(ReportDiagnostic.Hidden), 8804verify(TestOptions.DebugDll.WithGeneralDiagnosticOption(ReportDiagnostic.Suppress)); 8807verify(TestOptions.DebugDll.WithSpecificDiagnosticOptions(ImmutableDictionary<string, ReportDiagnostic>.Empty.Add("TEST1", ReportDiagnostic.Warn)), 8813verify(TestOptions.DebugDll.WithSpecificDiagnosticOptions(ImmutableDictionary<string, ReportDiagnostic>.Empty.Add("TEST1", ReportDiagnostic.Error)), 8819verify(TestOptions.DebugDll.WithSpecificDiagnosticOptions(ImmutableDictionary<string, ReportDiagnostic>.Empty.Add("TEST1", ReportDiagnostic.Hidden)), 8825verify(TestOptions.DebugDll.WithSpecificDiagnosticOptions(ImmutableDictionary<string, ReportDiagnostic>.Empty.Add("TEST1", ReportDiagnostic.Suppress))); 8828verify(TestOptions.DebugDll.WithSpecificDiagnosticOptions(ImmutableDictionary<string, ReportDiagnostic>.Empty.Add("CS0618", ReportDiagnostic.Error)), 8834verify(TestOptions.DebugDll.WithSpecificDiagnosticOptions(ImmutableDictionary<string, ReportDiagnostic>.Empty.Add("CS0618", ReportDiagnostic.Suppress)), 12865var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithAllowUnsafe(true));
Attributes\EmitTestStrongNameProvider.cs (2)
33var options = TestOptions.DebugDll 53var options = TestOptions.DebugDll
Attributes\InternalsVisibleToAndStrongNameTests.cs (4)
2813var options = TestOptions.DebugDll; 2825var options = TestOptions.DebugDll.WithCryptoKeyFile(string.Empty); 2836var options = TestOptions.DebugDll.WithPublicSign(true); 2848var options = TestOptions.DebugDll.WithCryptoKeyFile(string.Empty).WithPublicSign(true);
Diagnostics\DiagnosticAnalyzerTests.cs (5)
3385var options = TestOptions.DebugDll.WithSyntaxTreeOptionsProvider( 3428var options = TestOptions.DebugDll.WithSyntaxTreeOptionsProvider( 3480var options = TestOptions.DebugDll.WithSyntaxTreeOptionsProvider( 3532var options = TestOptions.DebugDll.WithSyntaxTreeOptionsProvider( 3553options = TestOptions.DebugDll.WithSyntaxTreeOptionsProvider(
Diagnostics\DiagnosticSuppressorTests.cs (1)
670var options = TestOptions.DebugDll.WithConcurrentBuild(concurrent);
FlowAnalysis\FlowDiagnosticTests.cs (1)
1449comp = CreateCompilation(text, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings), parseOptions: TestOptions.Regular11);
Semantics\CollectionExpressionTests.cs (1)
28783var comp = CreateCompilation(new[] { sourceA, s_collectionExtensions }, targetFramework: TargetFramework.Net80, options: ExecutionConditionUtil.IsMonoOrCoreClr ? TestOptions.DebugExe : TestOptions.DebugDll);
Semantics\InlineArrayTests.cs (25)
294comp = CreateCompilationWithIL("", ilSource, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 360comp = CreateCompilationWithIL("", ilSource, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 426comp = CreateCompilationWithIL("", ilSource, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 492comp = CreateCompilationWithIL("", ilSource, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 556comp = CreateCompilationWithIL("", ilSource, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 648comp = CreateCompilationWithIL("", ilSource, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 685var comp = CreateCompilation(src, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 737comp = CreateCompilationWithIL("", ilSource, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 775var comp = CreateCompilation(src, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 819comp = CreateCompilationWithIL("", ilSource, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 854var comp = CreateCompilation(src, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 922comp = CreateCompilationWithIL("", ilSource, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 960var comp = CreateCompilation(src, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 1046comp = CreateCompilationWithIL(consumer, ilSource, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 1136comp = CreateCompilationWithIL(consumer, ilSource, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 1533var comp = CreateCompilation(src, targetFramework: TargetFramework.Net80, options: TestOptions.DebugDll.WithAllowUnsafe(true)); 2028var comp = CreateCompilation(src, targetFramework: TargetFramework.Net80, options: TestOptions.DebugDll.WithAllowUnsafe(true)); 2095var comp = CreateCompilationWithIL(src, ilSource, targetFramework: TargetFramework.Net80, options: TestOptions.DebugDll.WithAllowUnsafe(true)); 2113var comp = CreateCompilation(src, targetFramework: TargetFramework.Net80, options: TestOptions.DebugDll.WithAllowUnsafe(true)); 2131var comp = CreateCompilation(src, targetFramework: TargetFramework.Net80, options: TestOptions.DebugDll.WithAllowUnsafe(true)); 2153var comp1 = CreateCompilation(src1, targetFramework: TargetFramework.Net80, options: TestOptions.DebugDll); 2279var comp1 = CreateCompilation(src1, targetFramework: TargetFramework.Net80, options: TestOptions.DebugDll); 2324var comp1 = CreateCompilation(src1, targetFramework: TargetFramework.Net80, options: TestOptions.DebugDll); 19845var comp = CreateCompilation(src, targetFramework: TargetFramework.Net80, options: TestOptions.DebugDll.WithAllowUnsafe(true)); 19886var comp = CreateCompilation(src, targetFramework: TargetFramework.Net80, options: TestOptions.DebugDll.WithAllowUnsafe(true));
Semantics\OutVarTests.cs (8)
5253var compilation = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular); 20179var comp = CreateCompilation(text, options: TestOptions.DebugDll, references: new[] { CSharpRef }); 32896var compilation = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular); 33280var comp = CreateCompilation(source, options: TestOptions.DebugDll); 33396var comp = CreateCompilation(source, options: TestOptions.DebugDll); 33428var comp = CreateCompilationWithMscorlib40(source, options: TestOptions.DebugDll, references: new[] { Net40.References.SystemCore }); 33454var comp = CreateCompilation(source, options: TestOptions.DebugDll); 35644var comp = CreateCompilation(source, options: TestOptions.DebugDll);
Semantics\ParamsCollectionTests.cs (10)
8507options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 8608options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 8705options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 8748options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 8792options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 12985var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 13045var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 13108var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 13369var comp3 = CreateCompilation(source3, references: [comp1Ref], options: TestOptions.DebugDll); 13470var comp3 = CreateCompilation(source3, references: [comp1Ref], options: TestOptions.DebugDll);
Semantics\PatternMatchingTests.cs (9)
3714var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 3773var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 4245var compilation = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular); 4339CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7_3).VerifyDiagnostics( 4347CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular8).VerifyDiagnostics( 4379var compilation = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 5250CreateCompilation(program, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7).VerifyDiagnostics( 5258CreateCompilation(program, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7_1).VerifyDiagnostics( 6159var compilation = CreateCompilation(program, options: TestOptions.DebugDll.WithAllowUnsafe(true));
Semantics\PatternMatchingTests_ListPatterns.cs (1)
7644var verifier = CompileAndVerify(new[] { source, TestSources.Index }, options: TestOptions.DebugDll);
Semantics\PatternMatchingTests_Scope.cs (1)
3420var compilation = CreateCompilation(source, options: TestOptions.DebugDll);
Semantics\PatternMatchingTests3.cs (6)
501var compilation = CreateCompilationWithMscorlibAndSpan(source, options: TestOptions.DebugDll); 522var compilation = CreateCompilationWithMscorlibAndSpan(source, options: TestOptions.DebugDll); 540var compilation = CreateCompilationWithMscorlibAndSpan(source, options: TestOptions.DebugDll); 4101var compilation = CreatePatternCompilation(source, options: TestOptions.DebugDll); 4328var compilation = CreatePatternCompilation(source, options: TestOptions.DebugDll); 4875var compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular.WithLanguageVersion(LanguageVersion.CSharp9));
Semantics\PatternMatchingTests4.cs (6)
3430var compilation = CreatePatternCompilation(source, options: TestOptions.DebugDll.WithAllowUnsafe(true)); 3465var compilation = CreatePatternCompilation(source, options: TestOptions.DebugDll.WithAllowUnsafe(true)); 3727var compilation = CreatePatternCompilation(source, options: TestOptions.DebugDll); 3747var compilation = CreatePatternCompilation(source, options: TestOptions.DebugDll); 3774var compilation = CreatePatternCompilation(source, options: TestOptions.DebugDll); 4155var comp = CreatePatternCompilation(source, TestOptions.DebugDll);
Semantics\PatternMatchingTests5.cs (2)
3033var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(nullableEnable ? NullableContextOptions.Enable : NullableContextOptions.Disable)); 3130var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(nullableEnable ? NullableContextOptions.Enable : NullableContextOptions.Disable));
Semantics\PatternSwitchTests.cs (2)
900var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 1688var compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular8);
Semantics\PrimaryConstructorTests.cs (5)
6805var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 15710var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 15732var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 15753var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 15774var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All));
Semantics\RecordTests.cs (8)
25100options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 25160options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 25237options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 25294options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 25369options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 25453options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 25523options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 30307var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60);
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (6)
EndToEndTests.cs (6)
165var options = TestOptions.DebugDll.WithConcurrentBuild(false); 246var options = TestOptions.DebugDll.WithConcurrentBuild(false); 355var options = TestOptions.DebugDll.WithConcurrentBuild(concurrent); 447var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithConcurrentBuild(false)); 487var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithConcurrentBuild(false)); 669var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithConcurrentBuild(false));
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.cs (2)
52=> parameters.WithCompilationOptions((parameters.compilationOptions ?? TestOptions.DebugDll).WithReportSuppressedDiagnostics(true)); 1062var compilationOptions = TestOptions.DebugDll.WithSpecificDiagnosticOptions(
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (240)
Semantics\BindingAsyncTasklikeMoreTests.cs (3)
916var compilation = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll); 1005var compilation = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll); 1090var compilation = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll);
Semantics\BindingTests.cs (4)
2715var compilation = CreateCompilation(sourceText, options: TestOptions.DebugDll); 2771var compilation = CreateCompilation(sourceText, options: TestOptions.DebugDll); 2826var compilation = CreateCompilationWithMscorlib40AndSystemCore(sourceText, options: TestOptions.DebugDll); 2875var compilation = CreateCompilationWithMscorlib40(sourceText, new[] { Net40.References.SystemCore }, options: TestOptions.DebugDll);
Semantics\ConditionalOperatorTests.cs (1)
1438var compilation = CreateCompilation(source, options: TestOptions.DebugDll);
Semantics\DynamicTests.cs (7)
3255CreateCompilationWithMscorlib461(source, new[] { SystemCoreRef }, options: TestOptions.DebugDll).VerifyEmitDiagnostics( 3916var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithAllowUnsafe(true), verify: Verification.FailsPEVerify).VerifyDiagnostics(); 3944var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithAllowUnsafe(true), verify: Verification.FailsPEVerify).VerifyDiagnostics(); 3971CreateCompilation(source, options: TestOptions.DebugDll.WithAllowUnsafe(true)).VerifyDiagnostics( 3995var verifier = CompileAndVerify(source, new[] { CSharpRef }, options: TestOptions.DebugDll).VerifyDiagnostics(); 4067var compilation = CreateCompilation(source, new[] { CSharpRef }, options: TestOptions.DebugDll); 4094var compilation = CreateCompilation(source, new[] { CSharpRef }, options: TestOptions.DebugDll);
Semantics\ForEachTests.cs (3)
3442var comp1 = CreateEmptyCompilation(source1, options: TestOptions.DebugDll, assemblyName: "MissingBaseType1"); 3470var comp2 = CreateEmptyCompilation(source2, new[] { comp1.ToMetadataReference() }, options: TestOptions.DebugDll); 3485var comp3 = CreateEmptyCompilation(source3, options: TestOptions.DebugDll, assemblyName: "MissingBaseType2");
Semantics\GlobalUsingDirectiveTests.cs (1)
5022CreateCompilation(new[] { source1, source2 }, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview).VerifyDiagnostics(
Semantics\ImplicitObjectCreationTests.cs (3)
404var comp = CreateCompilation(source, options: TestOptions.DebugDll); 2787var comp = CreateCompilation(source, options: TestOptions.DebugDll); 3709var comp = CreateCompilation(text, options: TestOptions.DebugDll);
Semantics\InheritanceBindingTests.cs (2)
2996new[] { source1 }, TargetFrameworkUtil.GetReferences(TargetFramework.Standard, null).ToArray(), TestOptions.DebugDll.WithPublicSign(true)); 2999new[] { source1 }, TargetFrameworkUtil.GetReferences(TargetFramework.Standard, null).ToArray(), TestOptions.DebugDll.WithPublicSign(true));
Semantics\InitOnlyMemberTests.cs (5)
1439options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 4584var piaCompilation = CreateCompilationWithMscorlib461(new[] { IsExternalInitTypeDefinition, pia }, options: TestOptions.DebugDll); 4705options: TestOptions.DebugDll.WithTopLevelBinderFlags(BinderFlags.IgnoreCorLibraryDuplicatedTypes)); 4726options: TestOptions.DebugDll.WithTopLevelBinderFlags(BinderFlags.IgnoreCorLibraryDuplicatedTypes)); 4751options: TestOptions.DebugDll.WithTopLevelBinderFlags(BinderFlags.IgnoreCorLibraryDuplicatedTypes));
Semantics\InteractiveUsingTests.cs (10)
53options: TestOptions.DebugDll.WithUsings("System", "System.IO.Path")); 66options: TestOptions.DebugDll.WithUsings("System.Text")); 159var options = TestOptions.DebugDll.WithUsings("System"); 268var options = TestOptions.DebugDll.WithUsings("System"); 292CreateSubmission("typeof(String)", options: TestOptions.DebugDll.WithUsings("System", "System")).VerifyDiagnostics(); 298var options = TestOptions.DebugDll.WithUsings("System"); 325var options = TestOptions.DebugDll.WithUsings("B"); 365options: TestOptions.DebugDll.WithSourceReferenceResolver(resolver)); 436options: TestOptions.DebugDll.WithSourceReferenceResolver(resolver), 486options: TestOptions.DebugDll.WithSourceReferenceResolver(resolver).WithUsings("System.IO", "System.IO.Path"));
Semantics\InterceptorsTests.cs (1)
5012options: TestOptions.DebugDll.WithSourceReferenceResolver(
Semantics\IteratorTests.cs (1)
511var comp = CreateCompilation(text, options: TestOptions.DebugDll);
Semantics\LambdaTests.cs (1)
2813var comp = CreateCompilation(src, options: TestOptions.DebugDll);
Semantics\LocalFunctionTests.cs (1)
6891CompileAndVerify(source, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: m =>
Semantics\NameLengthTests.cs (2)
404var comp = CreateCompilation(source, options: TestOptions.DebugDll); 429var comp = CreateCompilation(source, options: TestOptions.DebugDll);
Semantics\NullableReferenceTypesTests.cs (47)
5179var comp = CreateCompilation(source, options: TestOptions.DebugDll); 5229var comp = CreateCompilation(source, parseOptions: TestOptions.Regular.WithFeature("run-nullable-analysis", "always"), options: TestOptions.DebugDll); 5275var comp = CreateCompilation(source, parseOptions: TestOptions.Regular.WithFeature("run-nullable-analysis", "always"), options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Disable)); 5321var comp = CreateCompilation(source, parseOptions: TestOptions.Regular.WithFeature("run-nullable-analysis", "always"), options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5383var comp = CreateCompilation(new[] { source0, source1, source2 }, options: TestOptions.DebugDll); 5396comp = CreateCompilation(new[] { source0, source1, source2 }, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Disable)); 5409comp = CreateCompilation(new[] { source0, source1, source2 }, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5546var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5566var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5588var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5606var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5628var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5657var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5691var comp = CreateCompilation(new[] { source1, source2 }, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5726var comp = CreateCompilation(new[] { source1, source2 }, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5804options: TestOptions.DebugDll 6354var comp2 = CreateCompilation(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(id, ReportDiagnostic.Suppress)); 6371var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6388var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6408var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6432var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6455var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6477var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6499var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6522var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6544var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6566var comp = CreateCompilation(source, options: TestOptions.DebugDll); 14425var comp = CreateCompilation(source, options: TestOptions.DebugDll); 14475var comp = CreateCompilation(source, options: TestOptions.DebugDll); 19653", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 19789", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 19857", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 19902", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 19973", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 20023", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 20103", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 20171", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 59727var piaCompilation = CreateCompilationWithMscorlib461(pia, options: WithNullableEnable(TestOptions.DebugDll)); 59785var piaCompilation = CreateCompilationWithMscorlib461(pia, options: WithNullableEnable(TestOptions.DebugDll)); 62037", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 75102var piaCompilation = CreateCompilationWithMscorlib461(pia, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 75269" }, options: WithNullableEnable(TestOptions.DebugDll)); 75318" }, options: WithNullableEnable(TestOptions.DebugDll)); 78449var comp = CreateCompilation(src, options: WithNullableEnable(TestOptions.DebugDll)); 158479var piaCompilation = CreateCompilationWithMscorlib461(pia, options: WithNullableEnable(TestOptions.DebugDll)); 158537var piaCompilation = CreateCompilationWithMscorlib461(pia, options: WithNullableEnable(TestOptions.DebugDll)); 158586var piaCompilation = CreateCompilationWithMscorlib461(pia, options: WithNullableEnable(TestOptions.DebugDll));
Semantics\OperatorTests.cs (1)
11219var compilation = CreateCompilation(source, options: TestOptions.DebugDll);
Semantics\OverloadResolutionTests.cs (1)
1375var compilation = CreateCompilation(source, options: TestOptions.DebugDll);
Semantics\ReadOnlyStructsTests.cs (4)
1616var dllMetadata = CreateCompilation(csharp, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461).EmitToImageReference(); 1644var dllMetadata = CreateCompilation(csharp, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461).EmitToImageReference(); 1673var dllComp = CreateCompilation(csharp, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461); 1695var dllComp = CreateCompilation(csharp, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461);
Semantics\RecordStructTests.cs (2)
10502options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 11422var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60);
Semantics\StructConstructorTests.cs (17)
3910CreateCompilation(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings), parseOptions: TestOptions.Regular11) 3916CreateCompilation(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(GetIdForErrorCode(ErrorCode.WRN_UnassignedThisSupportedVersion), ReportDiagnostic.Error), parseOptions: TestOptions.Regular11) 4005CreateCompilation(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings), parseOptions: TestOptions.Regular11) 4036var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings), parseOptions: TestOptions.Regular11); 4079var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings), parseOptions: TestOptions.Regular11); 4217var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4256var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4289var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4324var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4364var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4414var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4458var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4501var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4542var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4564var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4606var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4637verifier = CompileAndVerify(source, options: TestOptions.DebugDll);
Semantics\TargetTypedConditionalOperatorTests.cs (5)
333var comp = CreateCompilation(tree, options: TestOptions.DebugDll.WithAllowUnsafe(true)); 432CreateCompilation(source, parseOptions: TestOptions.Regular8, options: TestOptions.DebugDll.WithAllowUnsafe(true)) 434CreateCompilation(source, parseOptions: TestOptions.Regular.WithLanguageVersion(MessageID.IDS_FeatureTargetTypedConditional.RequiredVersion()), options: TestOptions.DebugDll.WithAllowUnsafe(true)) 451CreateCompilation(source, parseOptions: TestOptions.Regular8, options: TestOptions.DebugDll) 453CreateCompilation(source, parseOptions: TestOptions.Regular.WithLanguageVersion(MessageID.IDS_FeatureTargetTypedConditional.RequiredVersion()), options: TestOptions.DebugDll)
Semantics\TargetTypedDefaultTests.cs (3)
2855var comp = CreateCompilation(text, parseOptions: TestOptions.Regular7_1, options: TestOptions.DebugDll); 2903var comp = CreateCompilation(text, parseOptions: TestOptions.Regular7_1, options: TestOptions.DebugDll); 2926var comp = CreateCompilation(text, parseOptions: TestOptions.Regular7_1, options: TestOptions.DebugDll);
Semantics\TopLevelStatementsTests.cs (2)
8061var comp = CreateCompilation(text, options: TestOptions.DebugDll, parseOptions: DefaultParseOptions); 9675var compilation = CreateCompilation(source, options: TestOptions.DebugDll);
Semantics\TryCatchTests.cs (1)
157CompileAndVerify(source, options: TestOptions.DebugDll).VerifyDiagnostics(
Semantics\UnsafeTests.cs (6)
12726var comp = CreateCompilation(csharp, options: TestOptions.DebugDll); 12746var comp = CreateCompilation(csharp, options: TestOptions.DebugDll); 12762var comp = CreateCompilation(csharp, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular11); 12781var comp = CreateCompilation(csharp, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular11); 12832var comp = CreateCompilation(csharp, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular11); 13098var comp = CreateCompilation(csharp, options: TestOptions.DebugDll);
Semantics\Utf8StringsLiteralsTests.cs (26)
2539var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2572var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2605var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2638var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2686var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2731var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2779var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2809var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2851var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2889var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2915var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2941var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2966var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2994var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3022var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3050var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3078var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3106var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3134var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3162var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3190var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3218var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3246var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3274var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3302var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3792var comp = CreateCompilation(new[] { source + HelpersSource, UnscopedRefAttributeDefinition }, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll);
Semantics\WarningVersionTests.cs (24)
157options: TestOptions.DebugDll.WithWarningLevel(CodeAnalysis.Diagnostic.DefaultWarningLevel), 166options: TestOptions.DebugDll.WithWarningLevel(5), 179options: TestOptions.DebugDll.WithWarningLevel(5), 188options: TestOptions.DebugDll 235options: TestOptions.DebugDll.WithWarningLevel(CodeAnalysis.Diagnostic.DefaultWarningLevel), 244options: TestOptions.DebugDll.WithWarningLevel(5), 257options: TestOptions.DebugDll 267options: TestOptions.DebugDll 321options: TestOptions.DebugDll.WithWarningLevel(CodeAnalysis.Diagnostic.DefaultWarningLevel), 330options: TestOptions.DebugDll.WithWarningLevel(5), 346options: TestOptions.DebugDll.WithWarningLevel(5), 358options: TestOptions.DebugDll 445options: TestOptions.DebugDll.WithWarningLevel(CodeAnalysis.Diagnostic.DefaultWarningLevel), 454options: TestOptions.DebugDll.WithWarningLevel(5), 467options: TestOptions.DebugDll.WithWarningLevel(5), 476options: TestOptions.DebugDll 532options: TestOptions.DebugDll.WithWarningLevel(CodeAnalysis.Diagnostic.DefaultWarningLevel), 541options: TestOptions.DebugDll.WithWarningLevel(5), 554options: TestOptions.DebugDll.WithWarningLevel(5), 563options: TestOptions.DebugDll 619options: TestOptions.DebugDll.WithWarningLevel(CodeAnalysis.Diagnostic.DefaultWarningLevel), 628options: TestOptions.DebugDll.WithWarningLevel(5), 641options: TestOptions.DebugDll.WithWarningLevel(5), 650options: TestOptions.DebugDll
SourceGeneration\GeneratorDriverTests.cs (14)
3519Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3550Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3565compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3581compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3594Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3626Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3660Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3689Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3720Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions, sourceFileName: "/original"); 3752Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions, sourceFileName: "/original"); 3785Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions, sourceFileName: "/original"); 3814Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions, sourceFileName: "/original"); 3844Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3876Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions);
SourceGeneration\SyntaxAwareGeneratorTests.cs (42)
32Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 58Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 83Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 109Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 134Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 161Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 233Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 272Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 313Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 369Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 411Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 453Compilation compilation = CreateCompilation(new[] { source1, source2 }, options: TestOptions.DebugDll, parseOptions: parseOptions); 495Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 549Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 579Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 617Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 671Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 728Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 771Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 816Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 851Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 891Compilation compilation = CreateCompilation(new[] { source1, source2 }, options: TestOptions.DebugDll, parseOptions: parseOptions); 933Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1010Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1085Compilation compilation = CreateCompilation(new[] { source1, source2 }, options: TestOptions.DebugDll, parseOptions: parseOptions); 1166Compilation compilation = CreateCompilation(new[] { source1, source2 }, options: TestOptions.DebugDll, parseOptions: parseOptions); 1216Compilation compilation = CreateCompilation(new[] { source1, source2, source3 }, options: TestOptions.DebugDll, parseOptions: parseOptions); 1299Compilation compilation = CreateCompilation(new[] { source1, source2, source3 }, options: TestOptions.DebugDll, parseOptions: parseOptions); 1372Compilation compilation = CreateCompilation(new[] { source1, source2, source3 }, options: TestOptions.DebugDll, parseOptions: parseOptions); 1505Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1560Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1609Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1670Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1729Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1782Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1845Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 1886Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 1927Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 1976Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 2002Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 2040Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 2074Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1399)
Compilation\CompilationAPITests.cs (9)
40=> TestOptions.DebugDll.WithSyntaxTreeOptionsProvider(new TestSyntaxTreeOptionsProvider(tree, options)); 71var options = TestOptions.DebugDll 167var options = TestOptions.DebugDll.WithSyntaxTreeOptionsProvider( 194var options = TestOptions.DebugDll.WithSyntaxTreeOptionsProvider( 204options = TestOptions.DebugDll.WithSyntaxTreeOptionsProvider( 239var options = TestOptions.DebugDll 288var compilationOptions = TestOptions.DebugDll.WithWarningLevel(0); 2384var compilationOptions = TestOptions.DebugDll; 336342", returnType: typeof(int), options: TestOptions.DebugDll.WithSourceReferenceResolver(resolver));
Compilation\LoadDirectiveTests.cs (6)
21var options = TestOptions.DebugDll.WithSourceReferenceResolver(TestSourceReferenceResolver.Default); 34var options = TestOptions.DebugDll.WithSourceReferenceResolver(TestSourceReferenceResolver.Default); 53var options = TestOptions.DebugDll.WithSourceReferenceResolver(resolver); 78var options = TestOptions.DebugDll.WithSourceReferenceResolver(resolver); 156var options = TestOptions.DebugDll.WithSourceReferenceResolver(resolver); 176options = TestOptions.DebugDll.WithSourceReferenceResolver(resolver);
Compilation\UsedAssembliesTests.cs (9)
2339AssertUsedAssemblyReferences(CreateCompilation(Parse(source, options: TestOptions.Script), references: new[] { reference }, options: TestOptions.DebugDll.WithUsings(@using)), 4013options: TestOptions.DebugDll.WithUsings("C0")), 4017options: TestOptions.DebugDll.WithUsings("C0")), 4608options: TestOptions.DebugDll.WithUsings("N1.N2")), 4612options: TestOptions.DebugDll.WithUsings("N1.N2")), 4616options: TestOptions.DebugDll.WithUsings("N1")), 4620options: TestOptions.DebugDll.WithUsings("N1")), 4799options: TestOptions.DebugDll.WithUsings("N1.N2.E0")), 4803options: TestOptions.DebugDll.WithUsings("N1.N2.E0")),
DocumentationComments\DocumentationCommentIDTests.cs (2)
415var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(nullableContextOptions)); 435var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(nullableContextOptions));
Symbols\CheckedUserDefinedOperatorsTests.cs (74)
34var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 37compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular10); 45compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular11); 78var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 112var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 142var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 187var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 208var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 227var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 249var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 311var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 347var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 372var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 398var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 427var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 445var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 472var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 895var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: options); 926var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: options); 969var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 1005var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 1251var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 1254compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular10); 1262compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular11); 1296var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 1331var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 1362var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 1395var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 1418var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 1481var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 1517var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 1544var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 1571var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 1605var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 1623var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 1650var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 2158var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: options); 2214var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 2429var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 2456var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 2485var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 2488compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular10); 2496compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular11); 2532var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 2572var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 2605var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 2637var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 2656var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 2715var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 2749var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 2772var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 2795var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 2821var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 3179var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: options); 3208var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 3442var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 3835var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 3880var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 4217var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 4678var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 4797var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 4840var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 5110var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 5228var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 5696var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 6326var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 6431var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 6550var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 6607var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 6757var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 6806var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 6855var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 7006var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview); 7051var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview);
Symbols\DefaultInterfaceImplementationTests.cs (573)
1597var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 1635options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 1678var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60, 1691options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 1735var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1756var compilation3 = CreateCompilation(source2, new[] { reference }, options: TestOptions.DebugDll, 1788var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 1832options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 1883var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1922var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 1940var compilation3 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 1983var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 2027var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2050var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 2272var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2341var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2414var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2487var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2982var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3018var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3054var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3095var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3120var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3145var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3175var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3209var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3243var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3279var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3304var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3329var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3368var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3424var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4040var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 4093options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 4208var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4221options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 4285var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4305targetFramework: TargetFramework.Mscorlib461Extended, options: TestOptions.DebugDll, 4349var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 4395options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 4449var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 4491options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 4550var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4601var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 4617var compilation3 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 4682var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4918var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4955var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4983var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5020var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5059var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5112var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5641var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 5671options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 5768var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5781options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 5826var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5845var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 5896var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 5942options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 6004var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6035var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 6051var compilation3 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 6098var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6169var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6183var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 7124var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 7159options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 7232var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7245targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, options: TestOptions.DebugDll, 7292var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7311var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 7347var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 7375options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 7412var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 7436options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 7478var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7511var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 7527var compilation3 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 7575var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7627var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7900var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8178var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8214var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8427var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8493var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 8627var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8752var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8907var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 9080var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 9123var compilation5 = CreateCompilation(source3, new[] { reference }, options: TestOptions.DebugDll, 9277var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 9351var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 9650var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 9714var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 9799var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 9858var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 9896var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10007var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10118var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10186var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 10271var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 10322var compilation3 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 10389var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10491var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10730var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 10792var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 10815options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 11048var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11071var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11113var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11168var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 11270var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11337var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11367var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11421var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11448var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11461var compilation2 = CreateCompilation(source1 + source2, options: TestOptions.DebugDll, 11539var compilation3 = CreateCompilation(source0, options: TestOptions.DebugDll, 11705var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 11738var compilation5 = CreateCompilation(source3, new[] { reference }, options: TestOptions.DebugDll, 11820var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 11859var compilation5 = CreateCompilation(source3, new[] { reference }, options: TestOptions.DebugDll, 11943var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 11988var compilation5 = CreateCompilation(source3, new[] { reference }, options: TestOptions.DebugDll, 12041var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 12103var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 12165var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 12438var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 12526var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 12614var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 12707var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 12762var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 12835var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 12892var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13382var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13472var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 13712var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13880var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14174var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14520var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14747var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 14800var compilation5 = CreateCompilation(source3, new[] { reference }, options: TestOptions.DebugDll, 14944var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 15070var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 15484var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 15565var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 15652var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 15671var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 15679var compilation3 = CreateCompilation(source2, new[] { reference }, options: TestOptions.DebugDll, 15770var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 15777compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 15817var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16122var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16394var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16582var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 16732var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 16740var compilation3 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 16830var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 17080var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 17325var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 17403var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 17435options: TestOptions.DebugDll, 18130var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(metadataImportOptions), 18299var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 19706var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 19784var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 19815options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 19853var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 19985var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 20182var compilation3 = CreateCompilation(source0, options: TestOptions.DebugDll, 21367var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 21856var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 21946var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 22185var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22262var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22440var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 23196var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 23503var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 23569var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 23686var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 23752var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 24322var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 24354options: TestOptions.DebugDll, 26346var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 26383options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 26422var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 26558var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 26614var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 26948var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 27038var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 27508var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 27755var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 28010var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 28293var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 28343var compilation5 = CreateCompilation(source3, new[] { reference }, options: TestOptions.DebugDll, 28449var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 28575var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: targetFramework, 28993var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 29077var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 29164var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 29183var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 29191var compilation3 = CreateCompilation(source2, new[] { reference }, options: TestOptions.DebugDll, 29275var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 29282compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 29315var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 29511var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 29807var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 29918var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 30080var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 30134var compilation3 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 30253var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30474var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30730var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 30805var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30836options: TestOptions.DebugDll, 30945var compilation3 = CreateCompilation(source0, options: TestOptions.DebugDll, 31831var compilation3 = CreateCompilation(source0, options: TestOptions.DebugDll, 31965var compilation3 = CreateCompilation(source0, options: TestOptions.DebugDll, 32069var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32196var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32356var compilation3 = CreateCompilation(source0, options: TestOptions.DebugDll, 32502var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32579var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32616var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32643var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32685var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32932var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32956var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 33008var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33029CreateCompilation(source1, options: TestOptions.DebugDll, 33042var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 33058CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 33098var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 33123options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 33172var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 33202options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 33248var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33296var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33345var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33403var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33465var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33529var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33575var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33614var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 33647var compilation3 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 33699var compilation4 = CreateCompilation(source2, options: TestOptions.DebugDll, 34003var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 34009var compilation5 = CreateCompilation(source2 + source3, new[] { compilation4.ToMetadataReference() }, options: TestOptions.DebugDll, 34025var compilation6 = CreateCompilation(source2 + source3, new[] { compilation4.EmitToImageReference() }, options: TestOptions.DebugDll, 34097var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 34278var compilation2 = CreateCompilation(source2, new[] { ref1 }, options: TestOptions.DebugDll, 34304compilation2 = CreateCompilation(source2, new[] { ref1 }, options: TestOptions.DebugDll, 34355var compilation3 = CreateCompilation(source3, new[] { ref1, ref2 }, options: TestOptions.DebugDll, 34498var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 34504var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 34518var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 34783var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 34788var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 34812var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 34874var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 34879var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 34907var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 34975var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 34980var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 35005var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 35071var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35076var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 35100var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 35166var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35181var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 35277var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35386var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35499var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35612var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35714var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35823var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35917var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 36035var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 36236var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 36424var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 36612var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 36620var compilation5 = CreateCompilation(source2 + source3, new[] { reference }, options: TestOptions.DebugDll, 36674var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 36702var comp = CreateCompilation(source1, options: TestOptions.DebugDll, 37089var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 37106var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 37190var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 37207options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 37337var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 37420var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 37464var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 37530var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 37767var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 37802var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 37810var compilation3 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 37817var compilation4 = CreateCompilation(source2, options: TestOptions.DebugDll, 38253var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 38556var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 38615var compilation2 = CreateCompilation(source2, new[] { ref1 }, options: TestOptions.DebugDll, 38641compilation2 = CreateCompilation(source2, new[] { ref1 }, options: TestOptions.DebugDll, 38695var compilation3 = CreateCompilation(source3, new[] { ref1, ref2 }, options: TestOptions.DebugDll.WithConcurrentBuild(false), 38817var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 38823var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 38830var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 39307var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 39325var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 40027var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40057var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 40118var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40148var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 40208var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 40239options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 40297var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 40327options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 40387var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40430var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40478var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40538var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40602var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40668var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40742var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40937var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 40943var compilation5 = CreateCompilation(source2 + source3, new[] { compilation4.ToMetadataReference() }, options: TestOptions.DebugDll, 40956var compilation6 = CreateCompilation(source2 + source3, new[] { compilation4.EmitToImageReference() }, options: TestOptions.DebugDll, 41053var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 41277var compilation2 = CreateCompilation(source2, new[] { ref1 }, options: TestOptions.DebugDll, 41303compilation2 = CreateCompilation(source2, new[] { ref1 }, options: TestOptions.DebugDll, 41357var compilation3 = CreateCompilation(source3, new[] { ref1, ref2 }, options: TestOptions.DebugDll.WithConcurrentBuild(false), 41483var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 41489var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 41503var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 41873var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 42077var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 42281var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 42289var compilation5 = CreateCompilation(source2 + source3, new[] { reference }, options: TestOptions.DebugDll, 43511var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 43535var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 44158var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 44204var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 44235var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 44359var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 44562var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 44817var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 45293var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 45653var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, 45659var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 45816var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, 45927var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 46071var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 46132var compilation4 = CreateCompilation(source4, options: TestOptions.DebugDll, 46426var compilation6 = CreateCompilation(source1 + source2, options: TestOptions.DebugDll, 46505var compilation61 = CreateCompilation(source1 + source2, options: TestOptions.DebugDll, 46971var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp, 47491var compilation0 = CreateCompilation(source0 + source1 + source2, options: TestOptions.DebugDll, 47523var compilation3 = CreateCompilation(source4 + source1 + source2, options: TestOptions.DebugDll, 47552var compilation6 = CreateCompilation(source4 + source1 + source5, options: TestOptions.DebugDll, 47624var compilation0 = CreateCompilation(source0 + source1 + source2, options: TestOptions.DebugDll, 47656var compilation3 = CreateCompilation(source4 + source1 + source2, options: TestOptions.DebugDll, 47685var compilation6 = CreateCompilation(source4 + source1 + source5, options: TestOptions.DebugDll, 47752var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 47819var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 48473var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 48543var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 48933var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 49037var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 49391var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 49421var compilation1 = CreateCompilation("", options: TestOptions.DebugDll, 49432var compilation1 = CreateCompilation("", options: TestOptions.DebugDll, 49467var compilation1 = CreateCompilation(source, parseOptions: parseOptions, options: TestOptions.DebugDll, 49475var compilation2 = CreateCompilation("", parseOptions: parseOptions, options: TestOptions.DebugDll, 49583var compilation1 = CreateCompilation(source, parseOptions: parseOptions, options: TestOptions.DebugDll, 49591var compilation2 = CreateCompilation("", parseOptions: parseOptions, options: TestOptions.DebugDll, 49732var compilation1 = CreateCompilation(source, options: TestOptions.DebugDll, 49825var compilation2 = CreateCompilation(source0 + source3, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 49944var compilation2 = CreateCompilation(source0 + source3, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 49979var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 50017var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 50077var compilation2 = CreateCompilation(source0 + source3, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 50809var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 50857var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 50878var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 50885var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 51045var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 51175var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 51189var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 51196var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 51326var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 51459var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 51473var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 51480var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 51599var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 51613var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 51620var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 51719var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 51774var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 51829var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 51894var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 51952var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 52017var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 52072var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 52153var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 52223var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 52247var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 52312var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 52318var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 52325var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 52514var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 52669var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 52675var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 52682var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 52842var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 53007var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 53013var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 53021var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 53169var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 53175var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 53183var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 53311var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 53408var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 53540var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 53686var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 54008var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 54015var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 54191var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 54264var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 54364var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 54435var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 54503var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 54597var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 54691var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 54779var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 56844var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 57034var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 57046var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57075var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 57087var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57119var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 57128var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57154var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 57166var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57195var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 57204var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57230var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 57242var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57290var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 57296var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57303var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 57472var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57620var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 57626var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57633var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 57781var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57934var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 57940var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57947var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 58083var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 58089var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 58096var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 58213var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 58296var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 58488var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 59060var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 59067var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 59128var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 59228var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 59237var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 59263var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 59275var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 62012var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 62024var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 62053var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 62062var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 62088var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 62097var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 62370var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 62382compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 62520foreach (var options in new[] { TestOptions.DebugDll, TestOptions.DebugWinMD }) 62916var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 63140var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 63306var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 63482var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 63854var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 64015var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 64131var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 64252var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 64342var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 64493var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 64602var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64628var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64658var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64688var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64718var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64737var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64756var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64782var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64804var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64834var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64866var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64892var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64926var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65195var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65240var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65290var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65335var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65375var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65421var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65459var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65504var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65542var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65587var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65620var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65661var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65696var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65738var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65773var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65815var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65855var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65894var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65946var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65990var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66035var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66071var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66114var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66146var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66194var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66225var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66267var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66338var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66449var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66560var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66740var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66769var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66944var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66978var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67014var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67048var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67089var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67126var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67162var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67198var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67235var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67276var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67314var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67352var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67389var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67428var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67470var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67507var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67525var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67565var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67604var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67637var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67676var compilation1 = CreateEmptyCompilation(source1, options: TestOptions.DebugDll, 67707var compilation1 = CreateEmptyCompilation(source1, options: TestOptions.DebugDll, 68297var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 68341var compilation3 = CreateCompilation(source3, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 68360var compilation4 = CreateCompilation(source4, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 68366compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 68405options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 68418options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 68494var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 68500var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 68511var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 68655var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 68671var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 68678var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 68737var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 68756var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 68763var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 68857var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 69133var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 69201var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll,
Symbols\ExtendedPartialMethodsTests.cs (1)
2556options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All),
Symbols\GenericConstraintTests.cs (2)
5689compilationOptions: TestOptions.DebugDll); 6933CompileAndVerify(source, options: TestOptions.DebugDll).VerifyDiagnostics(
Symbols\Metadata\MetadataMemberTests.cs (9)
691var options = TestOptions.DebugDll; 733options = TestOptions.DebugDll; 773var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.Internal); 776options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 779options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.Public); 782options = TestOptions.DebugDll.WithMetadataImportOptions((MetadataImportOptions)byte.MaxValue); 796var compilation = CreateCompilation("", options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.Internal), references: new[] { compilation0.EmitToImageReference() }); 803compilation = compilation.WithOptions(TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 810compilation = compilation.WithOptions(TestOptions.DebugDll.WithMetadataImportOptions((MetadataImportOptions)byte.MaxValue));
Symbols\Metadata\PE\LoadingEvents.cs (3)
468var comp = CreateCompilation("", new[] { reference }, TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 521var comp = CreateCompilation("", new[] { ilRef }, TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 581var comp = CreateCompilation("", new[] { ilRef }, TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All));
Symbols\Metadata\PE\NoPia.cs (6)
1382var compilationPIA = CreateCompilation(sourcePIA, options: TestOptions.DebugDll); 1388var compilationBase = CreateCompilation(sourceBase, new[] { referencePIASource }, TestOptions.DebugDll); 1403var compilationDerived1 = CreateCompilation(sourceDerived, new[] { referencePIASource, referenceBaseSource }, TestOptions.DebugDll); 1406var compilationDerived2 = CreateCompilation(sourceDerived, new[] { referencePIAImage, referenceBaseSource }, TestOptions.DebugDll); 1409var compilationDerived3 = CreateCompilation(sourceDerived, new[] { referencePIASource, referenceBaseImage }, TestOptions.DebugDll); 1412var compilationDerived4 = CreateCompilation(sourceDerived, new[] { referencePIAImage, referenceBaseImage }, TestOptions.DebugDll);
Symbols\ModuleInitializers\IgnoredTests.cs (11)
36options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 62options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 88options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 113options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 138options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 163options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 188options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 213options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 234options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 255options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 288options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All),
Symbols\ModuleInitializers\ModuleInitializersTests.cs (2)
219options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 778options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All),
Symbols\PartialPropertiesTests.cs (4)
1143var comp1 = CreateCompilation([], options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), references: [reference]); 1190var comp1 = CreateCompilation([], options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), references: [reference]); 1624var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 1639comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Annotations));
Symbols\RelaxedShiftOperatorTests.cs (7)
51var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, 92var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 136var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp, 180var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp, 224var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp, 268var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp, 312var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp,
Symbols\Retargeting\NoPia.cs (1)
2641var piaCompilation = CreateEmptyCompilation(pia, references: [Net40.References.mscorlib], options: TestOptions.DebugDll, assemblyName: "Pia");
Symbols\Retargeting\RetargetCustomAttributes.cs (7)
338var comp1 = CreateCompilation(source1, options: TestOptions.DebugDll); 346var comp2 = CreateCompilation(source2, references: new[] { comp1.ToMetadataReference() }, options: TestOptions.DebugDll); 347var comp3 = CreateCompilation("", references: new[] { comp2.ToMetadataReference() }, options: TestOptions.DebugDll); 368var comp1_1 = CreateCompilation(source1_1, options: TestOptions.DebugDll, assemblyName: "Lib65048"); 376var comp2 = CreateCompilation(source2, references: new[] { comp1_1.ToMetadataReference() }, options: TestOptions.DebugDll); 387var comp1_2 = CreateCompilation(source1_2, options: TestOptions.DebugDll, assemblyName: "Lib65048"); 389var comp3 = CreateCompilation("", references: new[] { comp2.ToMetadataReference(), comp1_2.ToMetadataReference() }, options: TestOptions.DebugDll);
Symbols\Source\ExpressionBodiedPropertyTests.cs (1)
463}", options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All));
Symbols\Source\FileModifierTests.cs (1)
834var options = TestOptions.DebugDll.WithDeterministic(true);
Symbols\Source\PropertyTests.cs (2)
2605options: TestOptions.DebugDll, 2697options: TestOptions.DebugDll,
Symbols\StaticAbstractMembersInInterfacesTests.cs (588)
68var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 309var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 420var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 507var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 588var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 708var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 814var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 899var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 972var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1012var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1049var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1105var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1126var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1143var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1180var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1217var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1258var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1319var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1370var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1425var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1483var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1538var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1610var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1668var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1995var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2106var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2175var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2256var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2358var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2474var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2809var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2922var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2992var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3075var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3178var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3292var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3530var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3635var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3722var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3800var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3917var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4013var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4058compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4103compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4205var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4268compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4331compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4451var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4496compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4541compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4637var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4700compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4763compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4865var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4907var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4940var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4973var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5009var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5047var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5067var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5109var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5151var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5184var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5226var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5268var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5298var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5334var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5370var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5385var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 5411var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5426var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 5488var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5556var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5595var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5639var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5700var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5747var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5777var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5826var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5870var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5909var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5951var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5978var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6023var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6068var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6092var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6116var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6162var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6207var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6228var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6260var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6335var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 6384compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 6415var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6467var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 6485compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 6523var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6598var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 6614compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 6641var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6716var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 6750compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 6782var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6857var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 6879compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 6911var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6986var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 7008compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 7040var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7068var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7098var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7128var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7160var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7239var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7333var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7438var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7544var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7638var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7737var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7854var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7974var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8071var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8168var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8249var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8338var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8390var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8502var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8506var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 8517var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 8550var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8587var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8591var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 8602var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 8672var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8767var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 9112var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 9116var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 9127var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 9180var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 9184var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 9209var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 9272var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 9314var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 9397var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 9401var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 9412var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 9450var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 9454var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 9465var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 9525var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 9605var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 9802var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 9806var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 9817var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 9864var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 9868var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 9879var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 9948var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10077var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10291var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10411var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10534var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10817var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10989var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11202var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11367var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11704var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11997var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 12181var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 12185var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 12196var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 12244var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 12248var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 12266var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 12331var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 12335var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 12346var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 12381var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 12385var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 12396var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 12438var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 12442var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 12478var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 12551var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 12555var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 12573var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 12638var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 12642var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 12678var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 12738var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 12742var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 12753var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 12817var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 12908var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13002var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13100var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13141var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13226var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13317var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13436var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13440var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 13451var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 13488var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13492var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 13503var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 13540var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13544var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 13558var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 13595var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13599var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 13610var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 13647var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13651var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 13662var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 13699var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13703var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 13714var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 13778var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13875var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13970var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14017var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14146var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14150var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 14161var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 14195var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14199var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 14210var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 14244var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14248var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 14259var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 14296var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14300var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 14311var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 14401var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 14429var compilation2 = CreateCompilationWithIL(source2, ilSource, options: TestOptions.DebugDll, 14496var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 14519var compilation2 = CreateCompilationWithIL(source2, ilSource, options: TestOptions.DebugDll, 14595var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14657var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14748var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14752var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 14763var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 14797var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14801var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 14812var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 15013var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 15075var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 15154var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 15158var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 15169var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 15203var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 15207var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 15218var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 15282var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithAllowUnsafe(true), 15347var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithAllowUnsafe(true), 15422var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 15426var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll.WithAllowUnsafe(true), 15437var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll.WithAllowUnsafe(true), 15471var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 15475var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll.WithAllowUnsafe(true), 15486var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll.WithAllowUnsafe(true), 15548var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 15628var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 15690var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 15766var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 15843var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 15904var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 15908var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 15922var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 15960var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 15964var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 15975var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 16007var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16011var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 16022var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 16059var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16121var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16177var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16194var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 16293var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 16320compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 16354var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 16367compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 16385var compilation2 = CreateCompilationWithIL(source2, ilSource, options: TestOptions.DebugDll, 16431var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 16472var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16557var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 16658var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16675var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 16746var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16761var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 16836var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16855var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 16918var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16937var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 17000var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 17019var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 17070var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 17090var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 17145var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 17164var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 17232var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 17251var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 17322var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 17428var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 17606var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 17749var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 17885var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 18028var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 18137var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 18284var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 18437var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 18623var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 18771var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 18775var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 18813var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 18899var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 18903var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 18957var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 19059var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 19063var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 19074var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 19111var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 19115var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 19126var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 19163var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 19167var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 19178var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 19218var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 19222var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 19233var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 19293var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 19374var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 19466var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 19554var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 19637var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 19729var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 19818var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 19905var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 19922var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 19977var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 19996var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 20062var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 20079var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 20142var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 20159var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 20270var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 20303compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 20405var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 20438compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 20483var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 20497compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 20515var compilation2 = CreateCompilationWithIL(source2, ilSource, options: TestOptions.DebugDll, 20563var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 20577compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 20595var compilation2 = CreateCompilationWithIL(source2, ilSource, options: TestOptions.DebugDll, 20653var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 20718var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 20788var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 20905var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 21016var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 21151var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 21270var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 21287var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 21330var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 21347var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 21433var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 21450var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 21553var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 21568var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 21674var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 21693var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 21783var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 21802var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 21885var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 21904var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 22042var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithAllowUnsafe(true), 22192var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithAllowUnsafe(true), 22262var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22307var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22378var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22458var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22520var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22596var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22677var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22748var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22752var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 22772var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 22810var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22814var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 22831var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 22866var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22870var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 22881var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 22921var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 23016var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 23107var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 23195var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 23212var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 23374var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 23415compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 23475var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 23492compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 23513var compilation2 = CreateCompilationWithIL(source2, ilSource, options: TestOptions.DebugDll, 23543var compilation3 = CreateCompilationWithIL(source3, ilSource, options: TestOptions.DebugDll, 23605var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 23634var compilation2 = CreateCompilationWithIL(source2, ilSource, options: TestOptions.DebugDll, 23695var compilation3 = CreateCompilationWithIL(source3, ilSource, options: TestOptions.DebugDll, 23775var compilation4 = CreateCompilationWithIL(source4, ilSource, options: TestOptions.DebugDll, 23805var compilation5 = CreateCompilationWithIL(source5, ilSource, options: TestOptions.DebugDll, 23865var compilation6 = CreateCompilationWithIL(source6, ilSource, options: TestOptions.DebugDll, 23895var compilation7 = CreateCompilationWithIL(source7, ilSource, options: TestOptions.DebugDll, 23957var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 23986var compilation2 = CreateCompilationWithIL(source2, ilSource, options: TestOptions.DebugDll, 24047var compilation3 = CreateCompilationWithIL(source3, ilSource, options: TestOptions.DebugDll, 24127var compilation4 = CreateCompilationWithIL(source4, ilSource, options: TestOptions.DebugDll, 24157var compilation5 = CreateCompilationWithIL(source5, ilSource, options: TestOptions.DebugDll, 24217var compilation6 = CreateCompilationWithIL(source6, ilSource, options: TestOptions.DebugDll, 24247var compilation7 = CreateCompilationWithIL(source7, ilSource, options: TestOptions.DebugDll, 24338var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 24386var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 24575var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 24756var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 24773var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 24871var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 24886var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 24996var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 25015var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 25066var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 25086var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 25157var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 25237var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 25299var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 25375var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 25457var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 25526var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 25530var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 25553var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 25594var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 25598var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 25615var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 25647var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 25651var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 25662var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 25699var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 25794var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 25882var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 25899var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 26066var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 26107compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 26168var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 26185compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 26206var compilation2 = CreateCompilationWithIL(source2, ilSource, options: TestOptions.DebugDll, 26232var compilation3 = CreateCompilationWithIL(source3, ilSource, options: TestOptions.DebugDll, 26287var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 26316var compilation2 = CreateCompilationWithIL(source2, ilSource, options: TestOptions.DebugDll, 26345var compilation3 = CreateCompilationWithIL(source3, ilSource, options: TestOptions.DebugDll, 26418var compilation4 = CreateCompilationWithIL(source4, ilSource, options: TestOptions.DebugDll, 26444var compilation5 = CreateCompilationWithIL(source5, ilSource, options: TestOptions.DebugDll, 26471var compilation6 = CreateCompilationWithIL(source6, ilSource, options: TestOptions.DebugDll, 26501var compilation7 = CreateCompilationWithIL(source7, ilSource, options: TestOptions.DebugDll, 26561var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 26590var compilation2 = CreateCompilationWithIL(source2, ilSource, options: TestOptions.DebugDll, 26619var compilation3 = CreateCompilationWithIL(source3, ilSource, options: TestOptions.DebugDll, 26692var compilation4 = CreateCompilationWithIL(source4, ilSource, options: TestOptions.DebugDll, 26718var compilation5 = CreateCompilationWithIL(source5, ilSource, options: TestOptions.DebugDll, 26745var compilation6 = CreateCompilationWithIL(source6, ilSource, options: TestOptions.DebugDll, 26775var compilation7 = CreateCompilationWithIL(source7, ilSource, options: TestOptions.DebugDll, 26866var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 26914var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 27115var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 27421var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 27438var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 27536var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 27551var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 27662var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 27681var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 27732var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 27752var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 27891var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 28034var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 28143var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 28300var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 28418var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 28422var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 28456var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 28519var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 28523var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 28534var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 28571var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 28575var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 28586var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 28650var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 28767var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 28869var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 28886var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 29009var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 29042compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 29088var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 29102compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 29120var compilation2 = CreateCompilationWithIL(source2, ilSource, options: TestOptions.DebugDll, 29182var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 29247var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 29363var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 29494var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 29511var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 29609var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 29628var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 29715var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 29734var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 29854var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithAllowUnsafe(true), 29921var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 29986var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30054var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30140var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30325var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30516var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30520var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 30531var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 30574var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30578var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 30589var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 30631var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30635var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 30660var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 30717var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30721var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 30732var compilation3 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 30783var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30987var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 31038var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 31082var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 31136var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 31196var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 31244var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 31287var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 31341var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 31390var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 31615var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 31699var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, 31711var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 31771var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, 31784var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 31834var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 31869var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 31903var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 32037var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, 32085var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 32136var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 32180var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32214var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32268var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32309var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32344var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32385var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32427var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32473var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32515var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32551var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32593var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32615var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32655var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32693var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32725var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32763var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32795var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32833var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32865var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32903var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32935var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32973var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33005var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33043var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33065var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33096var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 33132var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33163var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 33199var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33230var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 33266var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33297var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 33408""", options: TestOptions.DebugDll, parseOptions: TestOptions.RegularPreview, targetFramework: _supportingFramework).VerifyDiagnostics( 33655var compilation1 = CreateCompilation(source1 + source2, options: TestOptions.DebugDll, 33660var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { compilation1.ToMetadataReference() }, 33665var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { compilation1.EmitToImageReference() }, 33712var compilation1 = CreateCompilation(source1 + source2, options: TestOptions.DebugDll, 33717var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { compilation1.ToMetadataReference() }, 33722var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { compilation1.EmitToImageReference() },
Symbols\SymbolErrorTests.cs (19)
18434var comp = CreateCompilation(source, options: TestOptions.DebugDll); 18462var comp = CreateCompilation(source, options: TestOptions.DebugDll); 18487var comp = CreateCompilation(source, options: TestOptions.DebugDll); 18512var comp = CreateCompilation(source, options: TestOptions.DebugDll); 18538var comp = CreateCompilation(source, options: TestOptions.DebugDll); 18558var comp = CreateCompilation(source, options: TestOptions.DebugDll); 18584var comp = CreateCompilation(source, options: TestOptions.DebugDll); 18607var comp = CreateCompilation(source, options: TestOptions.DebugDll); 20888options: TestOptions.DebugDll, 20953options: TestOptions.DebugDll, 21319comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(6)); 21322comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(7)); 21380comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(6)); 21383comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(7)); 21425comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(6)); 21444comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(7)); 21467var comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(7)); 21485comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(7)); 21512comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(7));
Symbols\SymbolExtensionTests.cs (4)
99var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 117var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 135var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 154var compilation = CreateCompilation(source, options: TestOptions.DebugDll);
Symbols\UnsignedRightShiftTests.cs (58)
389var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 393compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 397compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 892var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 896compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 900compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 922var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 948var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 970var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1007var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1011compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1015compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1048var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1052compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1056compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1445var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1449compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1453compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1853var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1857compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1861compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1883var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1909var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1931var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1990var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, 2129var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2179var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2242var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, 2278var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll); 2280var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, references: new[] { compilation0.ToMetadataReference() }, 2288var compilation3 = CreateCompilation(source1, options: TestOptions.DebugDll, references: new[] { compilation0.EmitToImageReference() }, 2318var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2404var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2443var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2538var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2635var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2674var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3428var compilation1 = CreateCompilation(source0 + source1, options: TestOptions.DebugDll, 3436compilation1 = CreateCompilation(source0 + source1, options: TestOptions.DebugDll, 3440var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, 3445var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, references: new[] { reference }, 3453compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, references: new[] { reference }, 3480var compilation1 = CreateCompilation(source0 + source1, options: TestOptions.DebugDll, 3488compilation1 = CreateCompilation(source0 + source1, options: TestOptions.DebugDll, 3492var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, 3497var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, references: new[] { reference }, 3505compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, references: new[] { reference }, 3532var compilation1 = CreateCompilation(source0 + source1, options: TestOptions.DebugDll, 3540compilation1 = CreateCompilation(source0 + source1, options: TestOptions.DebugDll, 3544var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, 3549var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, references: new[] { reference }, 3557compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, references: new[] { reference }, 3584var compilation1 = CreateCompilation(source0 + source1, options: TestOptions.DebugDll, 3592compilation1 = CreateCompilation(source0 + source1, options: TestOptions.DebugDll, 3596var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, 3601var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, references: new[] { reference }, 3609compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, references: new[] { reference }, 3629var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll,
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (12)
Diagnostics\DiagnosticTest.cs (1)
2137var options = TestOptions.DebugDll.WithGeneralDiagnosticOption(ReportDiagnostic.Suppress);
Diagnostics\LineSpanDirectiveTests.cs (1)
634var verifier = CompileAndVerify(source, options: TestOptions.DebugDll);
Parsing\ReadOnlyStructs.cs (6)
40var comp = CreateCompilationWithMscorlib461(text, parseOptions: TestOptions.Regular.WithLanguageVersion(LanguageVersion.Latest), options: TestOptions.DebugDll); 77var comp = CreateCompilationWithMscorlib461(text, parseOptions: TestOptions.Regular.WithLanguageVersion(LanguageVersion.CSharp7), options: TestOptions.DebugDll); 105var comp = CreateCompilationWithMscorlib461(text, parseOptions: TestOptions.Regular.WithLanguageVersion(LanguageVersion.Latest), options: TestOptions.DebugDll); 149var comp = CreateCompilationWithMscorlib461(text, parseOptions: TestOptions.Regular.WithLanguageVersion(LanguageVersion.Latest), options: TestOptions.DebugDll.WithAllowUnsafe(true)); 182var comp = CreateCompilationWithMscorlib461(text, parseOptions: TestOptions.Regular.WithLanguageVersion(LanguageVersion.Latest), options: TestOptions.DebugDll); 216var comp = CreateCompilationWithMscorlib461(text, parseOptions: TestOptions.Regular.WithLanguageVersion(LanguageVersion.Latest), options: TestOptions.DebugDll);
Parsing\RefStructs.cs (3)
38var comp = CreateCompilationWithMscorlib461(text, parseOptions: TestOptions.Regular.WithLanguageVersion(LanguageVersion.Latest), options: TestOptions.DebugDll); 54var comp = CreateCompilationWithMscorlib461(text, parseOptions: TestOptions.Regular.WithLanguageVersion(LanguageVersion.CSharp7), options: TestOptions.DebugDll); 81var comp = CreateCompilationWithMscorlib461(text, parseOptions: TestOptions.Regular.WithLanguageVersion(LanguageVersion.Latest), options: TestOptions.DebugDll);
Syntax\SyntaxTreeTests.cs (1)
96var compilation = CSharpCompilation.Create("test", new[] { tree }, TargetFrameworkUtil.GetReferences(TargetFramework.Standard), TestOptions.DebugDll);
Microsoft.CodeAnalysis.CSharp.Test.Utilities (6)
CSharpTestBase.cs (2)
2575new object[] { WithNullableEnable(TestOptions.DebugDll) }, 2576new object[] { WithNullableDisable(TestOptions.DebugDll) }
MockCSharpCompiler.cs (1)
68ResolveAnalyzersFromArguments(diagnostics, this.MessageProvider, TestOptions.DebugDll, skipAnalyzers, out analyzers, out generators);
TestOptions.cs (3)
81public static readonly CSharpCompilationOptions DebugDllThrowing = DebugDll.WithMetadataReferenceResolver(new ThrowingMetadataReferenceResolver()); 93public static readonly CSharpCompilationOptions UnsafeDebugDll = DebugDll.WithAllowUnsafe(true); 99public static readonly CSharpCompilationOptions SigningDebugDll = DebugDll.WithStrongNameProvider(SigningTestHelpers.DefaultDesktopStrongNameProvider);
Microsoft.CodeAnalysis.CSharp.WinRT.UnitTests (1)
Metadata\WinMdEventTests.cs (1)
3556var comp = CreateEmptyCompilation("", WinRtRefs.Concat(new[] { ilRef }), TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All));
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Emit\CompilationOutputFilesTests.cs (1)
31var compilation = CSharpTestBase.CreateCompilationWithMscorlib40AndSystemCore(source, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, assemblyName: "lib");
Emit\CompilationOutputsTests.cs (1)
54var compilation = CSharpTestBase.CreateCompilationWithMscorlib40AndSystemCore(source, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, assemblyName: "lib");
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\EditAndContinueWorkspaceTestBase.cs (1)
260Compilation compilation = CSharpTestBase.CreateCompilation(trees.ToArray(), options: TestOptions.DebugDll, targetFramework: DefaultTargetFramework, assemblyName: assemblyName);
Microsoft.CodeAnalysis.Features.UnitTests (6)
EditAndContinue\EditAndContinueMethodDebugInfoReaderTests.cs (1)
64var compilation = CSharpTestBase.CreateCompilationWithMscorlib40AndSystemCore(tree, options: TestOptions.DebugDll);
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (5)
72var compilation = CSharpTestBase.CreateCompilation([sourceTreeA1, sourceTreeB1, sourceTreeC1], options: TestOptions.DebugDll, targetFramework: DefaultTargetFramework, assemblyName: "P"); 2441var compilationV1 = CSharpTestBase.CreateCompilation(sourceV1, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: DefaultTargetFramework, assemblyName: "lib"); 3006var compilationA = CSharpTestBase.CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: DefaultTargetFramework, assemblyName: "A"); 3007var compilationB = CSharpTestBase.CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: DefaultTargetFramework, assemblyName: "B"); 3178var compilationV1 = CSharpTestBase.CreateCompilationWithMscorlib40(sourceV1, options: TestOptions.DebugDll, assemblyName: "lib");
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
ProjectSystemShim\VisualStudioCompilationOutputFilesTests.cs (2)
38var compilation = CSharpTestBase.CreateCompilationWithMscorlib40AndSystemCore(source, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, assemblyName: "lib"); 87var compilation = CSharpTestBase.CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, assemblyName: "lib");