2559 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)
14238options: TestOptions.DebugDll.WithCryptoKeyFile(Path.GetFileName(snk.Path)).WithStrongNameProvider(virtualSnProvider),
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (210)
CodeGen\CodeGenAsyncIteratorTests.cs (3)
1093var comp = CreateCompilationWithAsyncIterator(source, options: TestOptions.DebugDll); 1140var comp = CreateCompilationWithAsyncIterator(source, options: TestOptions.DebugDll); 1167var 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)
4236var v = CompileAndVerify(source, null, options: TestOptions.DebugDll); 5042var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 5088var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 5122var compilation = CreateCompilation(source, options: TestOptions.DebugDll); 5753var c = CreateCompilation(source, options: TestOptions.DebugDll); 5907var 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 (48)
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); 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)); 5043var comp = CreateEmptyCompilation("", new[] { TestReferences.SymbolsTests.netModule.x64COFF }, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 5206var compilation = CreateCompilation(source, null, TestOptions.DebugDll); 5571var options = TestOptions.DebugDll.WithGeneralDiagnosticOption(ReportDiagnostic.Error); 5579var options = TestOptions.DebugDll.WithSpecificDiagnosticOptions("CS0169", ReportDiagnostic.Error); 5616var options = TestOptions.DebugDll.WithGeneralDiagnosticOption(ReportDiagnostic.Error); 5624var 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\OptionalArgumentsTests.cs (1)
144var comp1 = CreateCompilation(source1, options: TestOptions.DebugDll);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (490)
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)
4685var compilation0 = CreateCompilation(source0.Tree, options: TestOptions.DebugDll); 4733var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20);
Emit\EditAndContinue\EditAndContinueStateMachineTests.cs (6)
47var compilation0 = CreateCompilation(Parse(source0, "a.cs", parseOptions), options: TestOptions.DebugDll); 228var compilation0 = CreateCompilationWithMscorlib461(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 345var compilation0 = CreateCompilationWithMscorlib461(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 447var compilation0 = CreateCompilationWithMscorlib461(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 520var compilation0 = CreateCompilationWithMscorlib461(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 571var compilation0 = CreateCompilationWithMscorlib461(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll);
Emit\EditAndContinue\EditAndContinueTest.cs (1)
27private 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 (73)
259var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 308var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 561var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 856using var _ = new EditAndContinueTest(options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20) 1005using var _ = new EditAndContinueTest(options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20) 2633using var _ = new EditAndContinueTest(options: TestOptions.DebugDll) 2789using var _ = new EditAndContinueTest(options: TestOptions.DebugDll) 2838using var _ = new EditAndContinueTest(options: TestOptions.DebugDll) 3106var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 3434var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 3829var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 3891var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 3956var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 5421var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 5986var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 6109var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 6442var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 6527var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 6608var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 6718var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 6773var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 6945var compilation0 = CreateCompilation(source, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 7015var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 7092var compilation0 = CreateCompilation(source, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 7174var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50); 7353var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 7513var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 7577var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 7634var compilation0 = CreateCompilation(Parse(source0, "a.cs", parseOptions), options: TestOptions.DebugDll); 7741var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 7799var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 7840var compilation0 = CreateCompilation(parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, source: 8605var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 8691var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 8822var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 9035var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 9124var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 9172var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 9367var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 9702var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 9812var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 10097var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 10214var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 10879var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 10949var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 11022var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 11089var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll); 11213var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 11270var compilation0 = CreateCompilation(source, new[] { CSharpRef }, options: TestOptions.DebugDll); 11336var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll, references: new[] { CSharpRef }); 11722var compilationPIA = CreateCompilation(sourcePIA, options: TestOptions.DebugDll); 11775var compilationPIA = CreateCompilation(sourcePIA, options: TestOptions.DebugDll); 11861var compilationPIA = CreateCompilation(sourcePIA, options: TestOptions.DebugDll); 11863var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular10, options: TestOptions.DebugDll, references: new MetadataReference[] { referencePIA, CSharpRef }); 11949var compilationPIA = CreateCompilation(sourcePIA, options: TestOptions.DebugDll); 11951var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll, references: new MetadataReference[] { referencePIA, CSharpRef }); 12093var compilation0 = CreateCompilation(source, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 12200var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 12272var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 12357var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 12405var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 12446var compilation0 = CreateCompilation(new[] { sourceA0, sourceB0 }, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 12492var compilation0 = CreateCompilation(source0, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20); 12557var compilationA0 = CreateCompilation(sourceA0, options: TestOptions.DebugDll, assemblyName: "LibA"); 12559var compilationB0 = CreateCompilation(sourceB0, new[] { compilationA0.ToMetadataReference() }, options: TestOptions.DebugDll, assemblyName: "LibB"); 12560var compilationB1 = CreateCompilation(sourceB1, new[] { compilationA1.ToMetadataReference() }, options: TestOptions.DebugDll, assemblyName: "LibB"); 12622var compilationA = CreateCompilation(sourceA, options: TestOptions.DebugDll, assemblyName: "AssemblyA"); 12625var compilationB0 = CreateCompilation(sourceB0, new[] { aRef }, options: TestOptions.DebugDll, assemblyName: "AssemblyB"); 12742var compilation0 = CreateCompilation(String.Format(source, 1), options: TestOptions.DebugDll); 12818var compilation0 = CreateCompilation(source0.Tree, options: TestOptions.DebugDll, assemblyName: "PdbReadingErrorsAssembly"); 15672using var _ = new EditAndContinueTest(options: TestOptions.DebugDll, targetFramework: TargetFramework.NetStandard20) 15756using var _ = new EditAndContinueTest(options: TestOptions.DebugDll, targetFramework: TargetFramework.NetLatest, verification: Verification.Skipped) 15897using 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 (134)
94Compilation compilation = CreateCompilation("class C { }", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular); 140var comp = CSharpCompilation.Create("test", new[] { tree1, tree2 }, TargetFrameworkUtil.StandardReferences, TestOptions.DebugDll); 174options: TestOptions.DebugDll.WithSourceReferenceResolver(SourceFileResolver.Default)); 218options: TestOptions.DebugDll.WithSourceReferenceResolver(SourceFileResolver.Default)); 250var compilation = CreateCompilation(source0, options: TestOptions.DebugDll); 282var compilation = CreateCompilation(source0, options: TestOptions.DebugDll); 314var compilation = CreateCompilation(source0, options: TestOptions.DebugDll.WithDeterministic(true)); 447CreateCompilation(source, options: TestOptions.DebugDll).VerifyEmitDiagnostics( 648var c = CreateCompilation(source, options: TestOptions.DebugDll); 697var c1 = CreateCompilation(source1, options: TestOptions.DebugDll); 698var c2 = CreateCompilation(source2, options: TestOptions.DebugDll); 745var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 802var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 838var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 879var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 933var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 998var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1066var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1240var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1327var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1423var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1491var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 1567var v = CompileAndVerify(source, options: TestOptions.DebugDll); 1622var v = CompileAndVerify(source, options: TestOptions.DebugDll); 1677var v = CompileAndVerify(source, options: TestOptions.DebugDll); 1699var v = CompileAndVerify(source, options: TestOptions.DebugDll); 1732var v = CompileAndVerify(source, options: TestOptions.DebugDll); 1829var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2023var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2074var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2116var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2226var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 2297var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2393var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2531var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2589var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2671var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2721var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2866var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2978var v = CompileAndVerify(source, options: TestOptions.DebugDll.WithModuleName("MODULE")); 3106var v = CompileAndVerify(source, options: TestOptions.DebugDll); 3195var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 3267var c = CreateCompilation(source, options: TestOptions.DebugDll); 3428var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 3519var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 3618var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 4079var v = CompileAndVerify(source, options: TestOptions.DebugDll); 4169var v = CompileAndVerify(source, options: TestOptions.DebugDll); 4413var v = CompileAndVerify(source, options: TestOptions.DebugDll); 4535var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 4621var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 4726var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 4822}", TestOptions.DebugDll); 4832}", TestOptions.DebugDll); 4843}", TestOptions.DebugDll); 4855}", TestOptions.DebugDll); 4868}", TestOptions.DebugDll); 4897var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 5062var compilation = CreateCompilation(new[] { Parse(text1, "a.cs"), Parse(text2, "b.cs"), Parse(text3, "a.cs") }, options: TestOptions.DebugDll); 5109var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 5150var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 5189var comp = CreateCompilation(source, options: TestOptions.DebugDll); 5240}", TestOptions.DebugDll); 5248}", TestOptions.DebugDll); 5256}", TestOptions.DebugDll); 5264}", TestOptions.DebugDll, TestOptions.Regular); 5282var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 5316var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 5399var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 5548var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 5626var v = CompileAndVerify(CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll)); 5775var v = CompileAndVerify(CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll)); 5864var v = CompileAndVerify(CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll)); 6035var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 6104var c = CreateCompilation(source, options: TestOptions.DebugDll); 6221var c = CreateCompilation(source, options: TestOptions.DebugDll); 6347var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 6440var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 6527var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 6588var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 6652var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 6736var c = CreateCompilation(source, options: TestOptions.DebugDll); 6851var c = CreateCompilation(source, options: TestOptions.DebugDll); 6953var c = CreateCompilation(source, options: TestOptions.DebugDll); 7064var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 7105var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 7748var compilation = CreateCompilation(text1, options: TestOptions.DebugDll); 7854var c = CreateCompilationWithMscorlib40AndSystemCore(src, references: new[] { CSharpRef, ValueTupleRef, SystemRuntimeFacadeRef }, options: TestOptions.DebugDll); 7955var c = CreateCompilationWithMscorlib40AndSystemCore(src, references: new[] { CSharpRef, ValueTupleRef, SystemRuntimeFacadeRef }, options: TestOptions.DebugDll); 8407var c = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll, references: new[] { SystemCoreRef }); 8452var c = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll, references: new[] { SystemCoreRef }); 8507var c = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll, references: new[] { SystemCoreRef }); 8559var c = CreateCompilationWithMscorlib461(source, options: TestOptions.DebugDll, references: new[] { SystemCoreRef }); 8619var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 8694var c = CreateCompilation(source, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 9091var c = CreateCompilation(source, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 9458var c = CreateCompilation(source, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 9687var c = CreateCompilation(source, options: TestOptions.DebugDll); 10082var verifier = CompileAndVerify(source, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 10291var verifier = CompileAndVerify(source, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 10529var c = CreateCompilation(source, options: TestOptions.DebugDll); 10700var c = CreateCompilation(source, options: TestOptions.DebugDll); 10840var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 10883var c = CreateCompilation(source, options: TestOptions.DebugDll); 10970var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11147var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, references: s_valueTupleRefs); 11249var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, references: s_valueTupleRefs); 11286var c = CreateCompilation(source, options: TestOptions.DebugDll); 11320var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, references: s_valueTupleRefs); 11344var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, references: s_valueTupleRefs); 11368var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, references: s_valueTupleRefs); 11423var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11438var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11487var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11533var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11575var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11620var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11676var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11732var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11848var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11908var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 11975var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 12032var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 12068var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 12308var c = CSharpCompilation.Create("Compilation", new[] { tree }, new[] { MscorlibRef_v46 }, options: TestOptions.DebugDll.WithDebugPlusMode(true)); 12404options: TestOptions.DebugDll); 12468var c = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll); 12541var v = CompileAndVerify(source, options: TestOptions.DebugDll); 12625var v = CompileAndVerify(source, options: TestOptions.DebugDll); 12706var v = CompileAndVerify(source, options: TestOptions.DebugDll); 12798var v = CompileAndVerify(source, options: TestOptions.DebugDll); 12911var c = CreateCompilation(new[] { tree1, tree2 }, options: TestOptions.DebugDll); 12949var c = CreateCompilation(new[] { tree }, options: TestOptions.DebugDll); 12972options: 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 (38)
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); 882comp = CreateCompilation([sourceB, sourceC], references: new[] { refA1, refA4 }, options: TestOptions.DebugDll); 968comp = CreateCompilation([sourceB, sourceC], references: new[] { refA1, refA4 }, options: TestOptions.DebugDll); 1055comp = CreateCompilation([sourceB, sourceC], references: new[] { refA1, refA4 }, options: TestOptions.DebugDll); 1148comp = CreateCompilation([sourceB, sourceC], references: new[] { refA1, refA4 }, options: TestOptions.DebugDll); 1241comp = CreateCompilation([sourceB, sourceC], references: new[] { refA1, refA4 }, options: TestOptions.DebugDll); 1333comp = CreateCompilation([sourceB, sourceC], references: new[] { refA1, refA4 }, options: TestOptions.DebugDll); 1398CSharpCompilation dummyCompilation1 = CreateCompilation(dummySource, assemblyName: "A", options: TestOptions.DebugDll); 1399CSharpCompilation dummyCompilation2 = CreateCompilation(dummySource, assemblyName: "B", options: TestOptions.DebugDll); 1412options: TestOptions.DebugDll, 1485options: TestOptions.DebugDll, 1559options: TestOptions.DebugDll, 1692var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll); 1715options: TestOptions.DebugDll, 1765var compilation1 = CreateCompilation(source1, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll); 1783options: TestOptions.DebugDll, 1865options: TestOptions.DebugDll, 2043options: TestOptions.DebugDll, 2210CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb(@" 2259CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb(@" 2340CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb(@" 2444CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb(@" 2502CompileAndVerify(text, options: TestOptions.DebugDll).VerifyPdb(@" 2558var v = CompileAndVerify(source, options: TestOptions.DebugDll); 2834var 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 (173)
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);
FirstClassSpanTests.cs (1)
4297var comp = CreateCompilationWithSpanAndMemoryExtensions(source, TestOptions.DebugDll);
FlowAnalysis\FlowDiagnosticTests.cs (1)
1467comp = CreateCompilation(text, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings), parseOptions: TestOptions.Regular11);
Semantics\CollectionExpressionTests.cs (1)
30082var 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); 19882var comp = CreateCompilation(src, targetFramework: TargetFramework.Net80, options: TestOptions.DebugDll.WithAllowUnsafe(true)); 19923var 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 }); 32944var compilation = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular); 33328var comp = CreateCompilation(source, options: TestOptions.DebugDll); 33444var comp = CreateCompilation(source, options: TestOptions.DebugDll); 33476var comp = CreateCompilationWithMscorlib40(source, options: TestOptions.DebugDll, references: new[] { Net40.References.SystemCore }); 33502var comp = CreateCompilation(source, options: TestOptions.DebugDll); 35692var comp = CreateCompilation(source, options: TestOptions.DebugDll);
Semantics\ParamsCollectionTests.cs (10)
8677options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 8778options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 8875options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 8918options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 8962options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 13155var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 13215var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 13278var options = TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All); 13539var comp3 = CreateCompilation(source3, references: [comp1Ref], options: TestOptions.DebugDll); 13640var 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)
167var options = TestOptions.DebugDll.WithConcurrentBuild(false); 248var options = TestOptions.DebugDll.WithConcurrentBuild(false); 357var options = TestOptions.DebugDll.WithConcurrentBuild(concurrent); 449var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithConcurrentBuild(false)); 578var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithConcurrentBuild(false)); 760var 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)
1443options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 4594var piaCompilation = CreateCompilationWithMscorlib461(new[] { IsExternalInitTypeDefinition, pia }, options: TestOptions.DebugDll); 4715options: TestOptions.DebugDll.WithTopLevelBinderFlags(BinderFlags.IgnoreCorLibraryDuplicatedTypes)); 4736options: TestOptions.DebugDll.WithTopLevelBinderFlags(BinderFlags.IgnoreCorLibraryDuplicatedTypes)); 4761options: 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)
5189var comp = CreateCompilation(source, options: TestOptions.DebugDll); 5239var comp = CreateCompilation(source, parseOptions: TestOptions.Regular.WithFeature("run-nullable-analysis", "always"), options: TestOptions.DebugDll); 5285var comp = CreateCompilation(source, parseOptions: TestOptions.Regular.WithFeature("run-nullable-analysis", "always"), options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Disable)); 5331var comp = CreateCompilation(source, parseOptions: TestOptions.Regular.WithFeature("run-nullable-analysis", "always"), options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5393var comp = CreateCompilation(new[] { source0, source1, source2 }, options: TestOptions.DebugDll); 5406comp = CreateCompilation(new[] { source0, source1, source2 }, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Disable)); 5419comp = CreateCompilation(new[] { source0, source1, source2 }, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5556var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5576var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5598var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5616var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5638var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5667var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5701var comp = CreateCompilation(new[] { source1, source2 }, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5736var comp = CreateCompilation(new[] { source1, source2 }, options: TestOptions.DebugDll.WithNullableContextOptions(NullableContextOptions.Enable)); 5814options: TestOptions.DebugDll 6364var comp2 = CreateCompilation(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(id, ReportDiagnostic.Suppress)); 6381var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6398var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6418var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6442var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6465var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6487var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6509var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6532var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6554var comp = CreateCompilation(source, options: TestOptions.DebugDll); 6576var comp = CreateCompilation(source, options: TestOptions.DebugDll); 14435var comp = CreateCompilation(source, options: TestOptions.DebugDll); 14485var comp = CreateCompilation(source, options: TestOptions.DebugDll); 19669", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 19805", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 19873", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 19918", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 19989", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 20039", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 20119", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 20187", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 61530var piaCompilation = CreateCompilationWithMscorlib461(pia, options: WithNullableEnable(TestOptions.DebugDll)); 61588var piaCompilation = CreateCompilationWithMscorlib461(pia, options: WithNullableEnable(TestOptions.DebugDll)); 63840", options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 76905var piaCompilation = CreateCompilationWithMscorlib461(pia, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7); 77072" }, options: WithNullableEnable(TestOptions.DebugDll)); 77121" }, options: WithNullableEnable(TestOptions.DebugDll)); 80252var comp = CreateCompilation(src, options: WithNullableEnable(TestOptions.DebugDll)); 160343var piaCompilation = CreateCompilationWithMscorlib461(pia, options: WithNullableEnable(TestOptions.DebugDll)); 160401var piaCompilation = CreateCompilationWithMscorlib461(pia, options: WithNullableEnable(TestOptions.DebugDll)); 160450var 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)
10514options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All)); 11434var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60);
Semantics\StructConstructorTests.cs (17)
3895CreateCompilation(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings), parseOptions: TestOptions.Regular11) 3901CreateCompilation(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(GetIdForErrorCode(ErrorCode.WRN_UnassignedThisSupportedVersion), ReportDiagnostic.Error), parseOptions: TestOptions.Regular11) 3990CreateCompilation(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings), parseOptions: TestOptions.Regular11) 4021var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings), parseOptions: TestOptions.Regular11); 4064var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings), parseOptions: TestOptions.Regular11); 4202var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4241var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4274var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4309var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4349var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4399var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4443var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4486var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4527var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4549var comp = CreateCompilation(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4591var verifier = CompileAndVerify(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(ReportStructInitializationWarnings)); 4622verifier = 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)
2540var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2573var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2606var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2639var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2687var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2732var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2780var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2810var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2852var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2890var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2916var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2942var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2967var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 2995var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3023var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3051var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3079var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3107var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3135var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3163var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3191var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3219var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3247var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3275var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3303var comp = CreateCompilation(source, targetFramework: TargetFramework.NetCoreApp, options: TestOptions.DebugDll); 3794var 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)
3535Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3566Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3581compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3597compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3610Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3642Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3676Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3705Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3736Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions, sourceFileName: "/original"); 3768Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions, sourceFileName: "/original"); 3801Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions, sourceFileName: "/original"); 3830Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions, sourceFileName: "/original"); 3860Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 3892Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions);
SourceGeneration\SyntaxAwareGeneratorTests.cs (42)
33Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 59Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 84Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 110Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 135Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 162Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 234Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 273Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 314Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 370Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 412Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 454Compilation compilation = CreateCompilation(new[] { source1, source2 }, options: TestOptions.DebugDll, parseOptions: parseOptions); 496Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 550Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 580Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 618Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 672Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 729Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 772Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 817Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 852Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 892Compilation compilation = CreateCompilation(new[] { source1, source2 }, options: TestOptions.DebugDll, parseOptions: parseOptions); 934Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1011Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1086Compilation compilation = CreateCompilation(new[] { source1, source2 }, options: TestOptions.DebugDll, parseOptions: parseOptions); 1167Compilation compilation = CreateCompilation(new[] { source1, source2 }, options: TestOptions.DebugDll, parseOptions: parseOptions); 1217Compilation compilation = CreateCompilation(new[] { source1, source2, source3 }, options: TestOptions.DebugDll, parseOptions: parseOptions); 1300Compilation compilation = CreateCompilation(new[] { source1, source2, source3 }, options: TestOptions.DebugDll, parseOptions: parseOptions); 1377Compilation compilation = CreateCompilation(new[] { source1, source2, source3 }, options: TestOptions.DebugDll, parseOptions: parseOptions); 1510Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1565Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1614Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1675Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1734Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1787Compilation compilation = CreateCompilation(source1, options: TestOptions.DebugDll, parseOptions: parseOptions); 1850Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 1891Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 1932Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 1981Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 2007Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 2045Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll, parseOptions: parseOptions); 2079Compilation compilation = CreateCompilation(source, options: TestOptions.DebugDll);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1401)
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 (575)
1585var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 1623options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 1666var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60, 1679options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 1723var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1744var compilation3 = CreateCompilation(source2, new[] { reference }, options: TestOptions.DebugDll, 1776var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 1820options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 1871var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 1910var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 1928var compilation3 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 1971var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 2015var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2038var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 2260var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2329var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2402var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2475var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 2970var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3006var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3042var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3083var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3108var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3133var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3163var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3197var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3231var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3270var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3295var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3320var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3359var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3448var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3514var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 3599var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4225var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 4278options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 4393var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4406options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 4470var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4490targetFramework: TargetFramework.Mscorlib461Extended, options: TestOptions.DebugDll, 4534var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 4580options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 4634var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 4676options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 4735var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 4786var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 4802var compilation3 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 4867var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5103var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5140var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5168var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5205var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5244var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5297var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5826var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 5856options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 5953var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 5966options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 6011var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6030var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 6081var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 6127options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 6189var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6220var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 6236var compilation3 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 6283var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6354var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 6368var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 7309var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 7344options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 7417var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7430targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, options: TestOptions.DebugDll, 7477var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7496var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 7532var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 7560options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 7597var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 7621options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 7663var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7696var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 7712var compilation3 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 7760var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 7812var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8085var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8363var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8399var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8612var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8678var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 8812var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 8937var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 9092var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 9265var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 9308var compilation5 = CreateCompilation(source3, new[] { reference }, options: TestOptions.DebugDll, 9462var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 9536var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 9835var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 9899var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 9984var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 10043var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 10081var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10192var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10303var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10371var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 10456var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 10507var compilation3 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 10574var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10676var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 10915var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 10977var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 11000options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 11233var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11256var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11298var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11353var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 11455var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11522var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11552var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11606var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11633var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 11646var compilation2 = CreateCompilation(source1 + source2, options: TestOptions.DebugDll, 11724var compilation3 = CreateCompilation(source0, options: TestOptions.DebugDll, 11890var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 11923var compilation5 = CreateCompilation(source3, new[] { reference }, options: TestOptions.DebugDll, 12005var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 12044var compilation5 = CreateCompilation(source3, new[] { reference }, options: TestOptions.DebugDll, 12128var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 12173var compilation5 = CreateCompilation(source3, new[] { reference }, options: TestOptions.DebugDll, 12226var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 12288var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 12350var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 12623var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 12711var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 12799var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 12892var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 12947var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13020var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13077var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13567var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 13657var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 13897var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14065var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14359var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14705var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 14932var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 14985var compilation5 = CreateCompilation(source3, new[] { reference }, options: TestOptions.DebugDll, 15129var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 15255var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 15669var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 15750var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 15837var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 15856var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 15864var compilation3 = CreateCompilation(source2, new[] { reference }, options: TestOptions.DebugDll, 15955var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 15962compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 16002var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16307var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16579var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 16767var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 16917var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 16925var compilation3 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 17015var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 17265var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 17510var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 17588var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 17620options: TestOptions.DebugDll, 18315var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(metadataImportOptions), 18484var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 19891var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 19969var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 20000options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 20038var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 20170var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 20367var compilation3 = CreateCompilation(source0, options: TestOptions.DebugDll, 21552var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22041var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22131var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 22370var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22447var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 22625var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 23381var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 23688var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 23754var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 23871var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 23937var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 24507var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 24539options: TestOptions.DebugDll, 26531var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 26568options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 26607var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 26743var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 26799var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 27133var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 27223var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 27693var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 27940var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 28195var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 28478var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 28528var compilation5 = CreateCompilation(source3, new[] { reference }, options: TestOptions.DebugDll, 28634var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 28760var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: targetFramework, 29178var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 29262var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 29349var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 29368var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 29376var compilation3 = CreateCompilation(source2, new[] { reference }, options: TestOptions.DebugDll, 29460var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 29467compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 29500var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 29696var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 29992var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30103var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 30265var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 30319var compilation3 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 30438var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30659var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 30915var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 30990var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 31021options: TestOptions.DebugDll, 31130var compilation3 = CreateCompilation(source0, options: TestOptions.DebugDll, 32016var compilation3 = CreateCompilation(source0, options: TestOptions.DebugDll, 32150var compilation3 = CreateCompilation(source0, options: TestOptions.DebugDll, 32254var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32381var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32541var compilation3 = CreateCompilation(source0, options: TestOptions.DebugDll, 32687var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32764var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32801var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32828var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 32870var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33117var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33141var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 33193var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33214CreateCompilation(source1, options: TestOptions.DebugDll, 33227var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 33243CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 33283var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 33308options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 33357var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 33387options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 33433var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33481var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33530var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33588var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33650var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33714var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33760var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 33799var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 33832var compilation3 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 33884var compilation4 = CreateCompilation(source2, options: TestOptions.DebugDll, 34188var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 34194var compilation5 = CreateCompilation(source2 + source3, new[] { compilation4.ToMetadataReference() }, options: TestOptions.DebugDll, 34210var compilation6 = CreateCompilation(source2 + source3, new[] { compilation4.EmitToImageReference() }, options: TestOptions.DebugDll, 34282var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 34463var compilation2 = CreateCompilation(source2, new[] { ref1 }, options: TestOptions.DebugDll, 34489compilation2 = CreateCompilation(source2, new[] { ref1 }, options: TestOptions.DebugDll, 34540var compilation3 = CreateCompilation(source3, new[] { ref1, ref2 }, options: TestOptions.DebugDll, 34683var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 34689var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 34703var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 34968var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 34973var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 34997var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 35059var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35064var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 35092var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 35160var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35165var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 35190var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 35256var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35261var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 35285var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 35351var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35366var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 35462var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35571var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35684var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35797var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 35899var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 36008var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 36102var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 36220var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 36421var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 36609var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 36797var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 36805var compilation5 = CreateCompilation(source2 + source3, new[] { reference }, options: TestOptions.DebugDll, 36859var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 36887var comp = CreateCompilation(source1, options: TestOptions.DebugDll, 37274var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 37291var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 37375var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 37392options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 37522var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 37605var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 37649var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 37715var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 37952var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 37987var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 37995var compilation3 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: isStatic ? TargetFramework.Net50 : TargetFramework.Mscorlib461Extended, 38002var compilation4 = CreateCompilation(source2, options: TestOptions.DebugDll, 38438var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 38741var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 38800var compilation2 = CreateCompilation(source2, new[] { ref1 }, options: TestOptions.DebugDll, 38826compilation2 = CreateCompilation(source2, new[] { ref1 }, options: TestOptions.DebugDll, 38880var compilation3 = CreateCompilation(source3, new[] { ref1, ref2 }, options: TestOptions.DebugDll.WithConcurrentBuild(false), 39002var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 39008var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 39015var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 39492var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 39510var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 40212var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40242var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 40303var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40333var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 40393var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 40424options: TestOptions.DebugDll, targetFramework: TargetFramework.Mscorlib461Extended, 40482var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 40512options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 40572var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40615var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40663var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40723var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40787var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40853var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 40927var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 41122var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 41128var compilation5 = CreateCompilation(source2 + source3, new[] { compilation4.ToMetadataReference() }, options: TestOptions.DebugDll, 41141var compilation6 = CreateCompilation(source2 + source3, new[] { compilation4.EmitToImageReference() }, options: TestOptions.DebugDll, 41238var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 41462var compilation2 = CreateCompilation(source2, new[] { ref1 }, options: TestOptions.DebugDll, 41488compilation2 = CreateCompilation(source2, new[] { ref1 }, options: TestOptions.DebugDll, 41542var compilation3 = CreateCompilation(source3, new[] { ref1, ref2 }, options: TestOptions.DebugDll.WithConcurrentBuild(false), 41668var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 41674var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 41688var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 42058var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 42262var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 42466var compilation4 = CreateCompilation(source1, options: TestOptions.DebugDll, 42474var compilation5 = CreateCompilation(source2 + source3, new[] { reference }, options: TestOptions.DebugDll, 43696var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 43720var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 44343var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 44389var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 44420var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 44544var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 44747var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All), 45002var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 45478var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 45838var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, 45844var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 46001var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, 46112var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 46256var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 46317var compilation4 = CreateCompilation(source4, options: TestOptions.DebugDll, 46611var compilation6 = CreateCompilation(source1 + source2, options: TestOptions.DebugDll, 46690var compilation61 = CreateCompilation(source1 + source2, options: TestOptions.DebugDll, 47156var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp, 47676var compilation0 = CreateCompilation(source0 + source1 + source2, options: TestOptions.DebugDll, 47708var compilation3 = CreateCompilation(source4 + source1 + source2, options: TestOptions.DebugDll, 47737var compilation6 = CreateCompilation(source4 + source1 + source5, options: TestOptions.DebugDll, 47809var compilation0 = CreateCompilation(source0 + source1 + source2, options: TestOptions.DebugDll, 47841var compilation3 = CreateCompilation(source4 + source1 + source2, options: TestOptions.DebugDll, 47870var compilation6 = CreateCompilation(source4 + source1 + source5, options: TestOptions.DebugDll, 47937var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 48004var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 48658var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 48728var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 49118var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 49222var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 49576var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 49606var compilation1 = CreateCompilation("", options: TestOptions.DebugDll, 49617var compilation1 = CreateCompilation("", options: TestOptions.DebugDll, 49652var compilation1 = CreateCompilation(source, parseOptions: parseOptions, options: TestOptions.DebugDll, 49660var compilation2 = CreateCompilation("", parseOptions: parseOptions, options: TestOptions.DebugDll, 49768var compilation1 = CreateCompilation(source, parseOptions: parseOptions, options: TestOptions.DebugDll, 49776var compilation2 = CreateCompilation("", parseOptions: parseOptions, options: TestOptions.DebugDll, 49917var compilation1 = CreateCompilation(source, options: TestOptions.DebugDll, 50010var compilation2 = CreateCompilation(source0 + source3, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 50129var compilation2 = CreateCompilation(source0 + source3, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 50164var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 50202var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 50262var compilation2 = CreateCompilation(source0 + source3, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 50994var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, targetFramework: TargetFramework.NetCoreApp); 51042var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 51063var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 51070var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 51230var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 51360var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 51374var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 51381var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 51511var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 51644var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 51658var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 51665var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 51784var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 51798var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 51805var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 51904var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 51959var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 52014var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 52079var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 52137var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 52202var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 52257var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 52338var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 52408var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 52432var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 52497var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 52503var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 52510var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 52699var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 52854var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 52860var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 52867var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 53027var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 53192var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 53198var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 53206var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 53354var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 53360var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 53368var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 53496var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 53593var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 53725var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 53871var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 54193var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 54200var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 54376var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 54449var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 54549var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 54620var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 54688var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 54782var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 54876var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 54964var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 57029var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 57219var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 57231var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57260var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 57272var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57304var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 57313var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57339var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 57351var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57380var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 57389var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57415var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 57427var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57475var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 57481var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57488var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 57657var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57805var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 57811var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 57818var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 57966var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 58119var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 58125var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 58132var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 58268var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 58274var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 58281var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 58398var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 58481var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 58673var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 59245var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 59252var compilation2 = CreateCompilation(source2, options: TestOptions.DebugDll, 59313var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 59413var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 59422var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 59448var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 59460var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 62197var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 62209var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 62238var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 62247var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 62273var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 62282var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 62555var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 62567compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 62705foreach (var options in new[] { TestOptions.DebugDll, TestOptions.DebugWinMD }) 63101var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 63325var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 63491var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 63667var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 64039var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 64200var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 64316var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 64437var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 64527var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 64678var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 64787var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64813var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64843var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64873var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64903var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64922var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64941var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64967var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 64989var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65019var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65051var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65077var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65111var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65380var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65425var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65475var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65520var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65560var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65606var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65644var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65689var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65727var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65772var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65805var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65846var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65881var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65923var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 65958var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66000var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66040var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66079var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66131var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66175var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66220var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66256var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66299var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66331var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66379var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66410var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66452var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66523var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66634var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66745var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66925var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 66954var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67129var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67163var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67199var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67233var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67274var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67311var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67347var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67383var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67420var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67461var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67499var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67537var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67574var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67613var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67655var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67692var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67710var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67750var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67792var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67825var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 67864var compilation1 = CreateEmptyCompilation(source1, options: TestOptions.DebugDll, 67895var compilation1 = CreateEmptyCompilation(source1, options: TestOptions.DebugDll, 68485var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 68529var compilation3 = CreateCompilation(source3, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 68548var compilation4 = CreateCompilation(source4, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 68554compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 68593options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 68606options: TestOptions.DebugDll, targetFramework: TargetFramework.Net50, 68682var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 68688var compilation2 = CreateCompilation(source2, new[] { compilation1.ToMetadataReference() }, options: TestOptions.DebugDll, 68699var compilation3 = CreateCompilation(source2, new[] { compilation1.EmitToImageReference() }, options: TestOptions.DebugDll, 68843var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 68859var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 68866var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 68925var compilation1 = CreateCompilation(source2 + source1, options: TestOptions.DebugDll, 68944var compilation2 = CreateCompilation(source1, options: TestOptions.DebugDll, 68951var compilation3 = CreateCompilation(source2, options: TestOptions.DebugDll, references: new[] { reference }, 69045var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.Net60); 69321var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, 69389var 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)
18451var comp = CreateCompilation(source, options: TestOptions.DebugDll); 18479var comp = CreateCompilation(source, options: TestOptions.DebugDll); 18504var comp = CreateCompilation(source, options: TestOptions.DebugDll); 18529var comp = CreateCompilation(source, options: TestOptions.DebugDll); 18555var comp = CreateCompilation(source, options: TestOptions.DebugDll); 18575var comp = CreateCompilation(source, options: TestOptions.DebugDll); 18601var comp = CreateCompilation(source, options: TestOptions.DebugDll); 18624var comp = CreateCompilation(source, options: TestOptions.DebugDll); 20905options: TestOptions.DebugDll, 20970options: TestOptions.DebugDll, 21336comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(6)); 21339comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(7)); 21397comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(6)); 21400comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(7)); 21442comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(6)); 21461comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(7)); 21484var comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(7)); 21502comp = CreateCompilation(text, parseOptions: TestOptions.Regular11, options: TestOptions.DebugDll.WithWarningLevel(7)); 21529comp = 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)
2143var 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)
2593new object[] { WithNullableEnable(TestOptions.DebugDll) }, 2594new object[] { WithNullableDisable(TestOptions.DebugDll) }
MockCSharpCompiler.cs (1)
68ResolveAnalyzersFromArguments(diagnostics, this.MessageProvider, TestOptions.DebugDll, skipAnalyzers, out analyzers, out generators);
TestOptions.cs (3)
82public static readonly CSharpCompilationOptions DebugDllThrowing = DebugDll.WithMetadataReferenceResolver(new ThrowingMetadataReferenceResolver()); 94public static readonly CSharpCompilationOptions UnsafeDebugDll = DebugDll.WithAllowUnsafe(true); 100public 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 (2)
EditAndContinue\EditAndContinueWorkspaceTestBase.cs (1)
279Compilation compilation = CSharpTestBase.CreateCompilation(trees.ToArray(), options: TestOptions.DebugDll, targetFramework: DefaultTargetFramework, assemblyName: assemblyName);
EditAndContinue\Extensions.cs (1)
100compilationOptions: TestOptions.DebugDll,
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"); 2595var compilationV1 = CSharpTestBase.CreateCompilation(sourceV1, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: DefaultTargetFramework, assemblyName: "lib"); 3167var compilationA = CSharpTestBase.CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: DefaultTargetFramework, assemblyName: "A"); 3168var compilationB = CSharpTestBase.CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: DefaultTargetFramework, assemblyName: "B"); 3339var compilationV1 = CSharpTestBase.CreateCompilationWithMscorlib40(sourceV1, options: TestOptions.DebugDll, assemblyName: "lib");
Microsoft.CodeAnalysis.UnitTests (1)
AnalyzerAssemblyLoaderTests.cs (1)
1322TestOptions.DebugDll.WithPublicSign(true).WithCryptoPublicKey(SigningTestHelpers.PublicKey));
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");