1240 references to NetCoreApp
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (18)
CodeGen\CodeGenFunctionPointersTests.cs (6)
91
}}", symbolValidator: symbolValidator, targetFramework: TargetFramework.
NetCoreApp
);
115
}", symbolValidator: symbolValidator, targetFramework: TargetFramework.
NetCoreApp
);
1284
", UnmanagedCallersOnlyAttribute }, expectedOutput: "1", targetFramework: TargetFramework.
NetCoreApp
);
1523
", UnmanagedCallersOnlyAttribute }, expectedOutput: "15", targetFramework: TargetFramework.
NetCoreApp
);
7160
", targetFramework: TargetFramework.
NetCoreApp
, expectedOutput: "123");
10722
", UnmanagedCallersOnlyAttribute }, options: TestOptions.UnsafeReleaseExe, targetFramework: TargetFramework.
NetCoreApp
);
CodeGen\CodeGenReadOnlySpanConstructionTest.cs (5)
129
", targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe);
608
", targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe);
2566
var compilation = CreateCompilation(csharp, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.UnsafeReleaseDll);
2614
var compilation = CreateCompilation(csharp, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.UnsafeReleaseDll);
2665
var compilation = CreateCompilation(csharp, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.UnsafeReleaseDll);
CodeGen\CodeGenRefConditionalOperatorTests.cs (6)
2383
CompileAndVerify(source, targetFramework: TargetFramework.
NetCoreApp
, expectedOutput: ExecutionConditionUtil.IsMonoOrCoreClr ? expectedOutput : null, options: TestOptions.ReleaseExe, verify: Verification.FailsPEVerify);
2384
CompileAndVerify(source, targetFramework: TargetFramework.
NetCoreApp
, expectedOutput: ExecutionConditionUtil.IsMonoOrCoreClr ? expectedOutput : null, options: TestOptions.DebugExe, verify: Verification.FailsPEVerify);
2422
CompileAndVerify(source, targetFramework: TargetFramework.
NetCoreApp
, expectedOutput: ExecutionConditionUtil.IsMonoOrCoreClr ? expectedOutput : null, options: TestOptions.ReleaseExe, verify: Verification.FailsPEVerify);
2423
CompileAndVerify(source, targetFramework: TargetFramework.
NetCoreApp
, expectedOutput: ExecutionConditionUtil.IsMonoOrCoreClr ? expectedOutput : null, options: TestOptions.DebugExe, verify: Verification.FailsPEVerify);
2473
CompileAndVerify(source, targetFramework: TargetFramework.
NetCoreApp
, expectedOutput: ExecutionConditionUtil.IsMonoOrCoreClr ? expectedOutput : null, options: TestOptions.ReleaseExe, verify: Verification.FailsPEVerify);
2474
CompileAndVerify(source, targetFramework: TargetFramework.
NetCoreApp
, expectedOutput: ExecutionConditionUtil.IsMonoOrCoreClr ? expectedOutput : null, options: TestOptions.DebugExe, verify: Verification.FailsPEVerify);
CodeGen\ForeachTest.cs (1)
498
", targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (11)
Emit\EditAndContinue\EditAndContinueTests.cs (1)
18900
using var _ = new EditAndContinueTest(targetFramework: TargetFramework.
NetCoreApp
, verification: Verification.Fails)
PDB\CSharpDeterministicBuildCompilationTests.cs (1)
61
var targetFramework = TargetFramework.
NetCoreApp
;
PDB\PDBIteratorTests.cs (1)
1624
var compilation = CreateCompilation(src, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
);
PDB\PDBLambdaTests.cs (5)
1847
var compilation = CreateCompilation(source.Tree, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
1875
var compilation = CreateCompilation(source.Tree, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
1909
var compilation = CreateCompilation(source.Tree, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
1926
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
2024
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
PDB\PDBTests.cs (3)
8694
var c = CreateCompilation(source, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
);
9091
var c = CreateCompilation(source, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
);
9458
var c = CreateCompilation(source, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (91)
Attributes\AttributeTests_CallerInfoAttributes.cs (59)
259
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
420
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
526
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
565
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
626
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
659
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
679
var comp1 = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, parseOptions: TestOptions.Regular9);
690
var compilation = CreateCompilation(source2, references: new[] { ref1 }, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
716
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
742
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
767
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular9);
796
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular9);
825
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
854
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular9);
889
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
924
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular9);
953
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
982
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1014
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular9);
1063
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1098
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1137
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1177
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1215
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1250
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1290
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1321
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular9);
1346
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe);
1393
var compilation = CreateCompilationWithIL(source, il, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe);
1478
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1512
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1545
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1565
var comp1 = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
1582
var compilation = CreateCompilation(source2, references: new[] { ref1 }, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1613
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular9);
1648
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular9);
1688
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1730
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1776
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1815
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular9);
1849
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular9);
1913
var compilation = CreateCompilationWithIL(source, il, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular9);
1941
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
1973
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
2005
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
2038
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
2077
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
2121
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
2153
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
2181
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular9);
2209
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
2237
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
2297
var compilation = CreateCompilationWithILAndMscorlib40(source, il, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
2331
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
2367
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
2405
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular10);
5779
", targetFramework: TargetFramework.
NetCoreApp
);
5801
", targetFramework: TargetFramework.
NetCoreApp
);
5826
", targetFramework: TargetFramework.
NetCoreApp
);
Attributes\AttributeTests_WellKnownAttributes.cs (4)
12799
var verifier = CompileAndVerify(src, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.UnsafeReleaseDll, verify: Verification.Fails);
13762
CreateCompilation(code, targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
13809
CreateCompilation(code, targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
13859
CreateCompilation(code, targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
FlowAnalysis\RegionAnalysisTests.cs (2)
14110
targetFramework: TargetFramework.
NetCoreApp
);
14138
targetFramework: TargetFramework.
NetCoreApp
,
RefStructInterfacesTests.cs (6)
6141
var comp1 = CreateCompilation(src1, targetFramework: TargetFramework.
NetCoreApp
);
6203
var comp1 = CreateCompilation(src1, targetFramework: TargetFramework.
NetCoreApp
);
6261
var comp1 = CreateCompilation(src1, targetFramework: TargetFramework.
NetCoreApp
);
6329
var comp1 = CreateCompilation(src1, targetFramework: TargetFramework.
NetCoreApp
);
6397
var comp1 = CreateCompilation(src1, targetFramework: TargetFramework.
NetCoreApp
);
6463
var comp1 = CreateCompilation(src1, targetFramework: TargetFramework.
NetCoreApp
);
Semantics\InlineArrayTests.cs (1)
17387
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
Semantics\PatternMatchingTests3.cs (1)
5704
var compilation = CreateCompilation(source, parseOptions: TestOptions.RegularWithPatternCombinators, targetFramework: TargetFramework.
NetCoreApp
);
Semantics\PrimaryConstructorTests.cs (14)
6827
var comp = CreateCompilation(source, parseOptions: TestOptions.RegularPreview.WithFeature("run-nullable-analysis", "never"), targetFramework: TargetFramework.
NetCoreApp
);
6853
var comp = CreateCompilation(source, parseOptions: TestOptions.RegularPreview.WithFeature("run-nullable-analysis", "never"), targetFramework: TargetFramework.
NetCoreApp
);
7107
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
11941
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseDll);
15542
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
15574
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
16240
var comp = CreateCompilation(source, options: TestOptions.ReleaseDll, targetFramework: TargetFramework.
NetCoreApp
);
16266
var comp = CreateCompilation(source, options: TestOptions.ReleaseDll, targetFramework: TargetFramework.
NetCoreApp
);
20076
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseDll);
20141
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseDll);
20585
var comp = CreateCompilation(src1, targetFramework: TargetFramework.
NetCoreApp
);
21744
var comp = CreateCompilation(source, options: TestOptions.ReleaseDll, targetFramework: TargetFramework.
NetCoreApp
);
21805
var comp = CreateCompilation(source, options: TestOptions.ReleaseDll, targetFramework: TargetFramework.
NetCoreApp
);
21866
var comp = CreateCompilation(source, options: TestOptions.ReleaseDll, targetFramework: TargetFramework.
NetCoreApp
);
Semantics\RecordTests.cs (4)
30238
var compB = CreateCompilation(sourceB, references: new[] { refA }, options: TestOptions.ReleaseDll.WithSpecificDiagnosticOptions("CS1701", ReportDiagnostic.Suppress), parseOptions: TestOptions.Regular9, targetFramework: TargetFramework.
NetCoreApp
);
30411
var comp = CreateCompilation(source, parseOptions: TestOptions.Regular.WithFeature("run-nullable-analysis", "never"), targetFramework: TargetFramework.
NetCoreApp
);
30435
var comp = CreateCompilation(source, parseOptions: TestOptions.Regular.WithFeature("run-nullable-analysis", "never"), targetFramework: TargetFramework.
NetCoreApp
);
30486
var comp = CreateCompilation(new[] { src, IsExternalInitTypeDefinition }, targetFramework: TargetFramework.
NetCoreApp
);
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
EditAndContinue\ActiveStatementTests.cs (2)
11415
targetFrameworks: [TargetFramework.
NetCoreApp
],
12569
TargetFramework.
NetCoreApp
,
EditAndContinue\Helpers\EditAndContinueValidation.cs (1)
130
foreach (var targetFramework in targetFrameworks ?? [TargetFramework.
NetCoreApp
, TargetFramework.NetFramework])
EditAndContinue\StatementEditingTests.cs (1)
9054
targetFrameworks: [TargetFramework.
NetCoreApp
],
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (10)
IOperation\IOperationTests_IAttributeOperation.cs (1)
1118
VerifyOperationTreeAndDiagnosticsForTest<AttributeSyntax>(source, expectedOperationTree, expectedDiagnostics, targetFramework: TargetFramework.
NetCoreApp
);
IOperation\IOperationTests_IForEachLoopStatement.cs (5)
5886
}", targetFramework: TargetFramework.
NetCoreApp
);
6010
}", targetFramework: TargetFramework.
NetCoreApp
);
6133
}", targetFramework: TargetFramework.
NetCoreApp
);
6251
}", targetFramework: TargetFramework.
NetCoreApp
);
6514
}", targetFramework: TargetFramework.
NetCoreApp
);
IOperation\IOperationTests_IUtf8StringOperation.cs (4)
36
VerifyOperationTreeAndDiagnosticsForTest<ReturnStatementSyntax>(source, expectedOperationTree, expectedDiagnostics, targetFramework: Roslyn.Test.Utilities.TargetFramework.
NetCoreApp
);
74
VerifyFlowGraphAndDiagnosticsForTest<BlockSyntax>(source, expectedFlowGraph, expectedDiagnostics, targetFramework: Roslyn.Test.Utilities.TargetFramework.
NetCoreApp
);
101
VerifyOperationTreeAndDiagnosticsForTest<ReturnStatementSyntax>(source, expectedOperationTree, expectedDiagnostics, targetFramework: Roslyn.Test.Utilities.TargetFramework.
NetCoreApp
);
142
VerifyFlowGraphAndDiagnosticsForTest<BlockSyntax>(source, expectedFlowGraph, expectedDiagnostics, targetFramework: Roslyn.Test.Utilities.TargetFramework.
NetCoreApp
);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (259)
Semantics\AwaitExpressionTests.cs (1)
80
var csCompilation = CreateCompilation(text, targetFramework: TargetFramework.
NetCoreApp
);
Semantics\BindingTests.cs (1)
2213
CreateCompilation(source, parseOptions: TestOptions.Regular7, targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
Semantics\FunctionPointerTests.cs (6)
971
}", targetFramework: TargetFramework.
NetCoreApp
);
1334
}", targetFramework: TargetFramework.
NetCoreApp
);
2082
var comp = CreateCompilationWithIL(code, il, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.UnsafeReleaseExe);
2120
var comp = CreateCompilationWithIL("", il, references: new[] { cComp.ToMetadataReference() }, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.UnsafeReleaseDll);
2878
", options: TestOptions.UnsafeReleaseExe, targetFramework: TargetFramework.
NetCoreApp
);
4055
}", targetFramework: TargetFramework.
NetCoreApp
);
Semantics\InitOnlyMemberTests.cs (2)
2283
targetFramework: TargetFramework.
NetCoreApp
,
2376
targetFramework: TargetFramework.
NetCoreApp
,
Semantics\InterpolationTests.cs (22)
2222
var comp = CreateCompilation(new[] { source, GetInterpolatedStringHandlerDefinition(includeSpanOverloads: true, useDefaultParameters: false, useBoolReturns: false) }, parseOptions: TestOptions.Regular9, targetFramework: TargetFramework.
NetCoreApp
);
3660
var comp = CreateCompilation(new[] { source, interpolatedStringBuilder }, options: TestOptions.UnsafeReleaseExe, targetFramework: TargetFramework.
NetCoreApp
);
3964
var verifier = CompileAndVerify(new[] { source, interpolatedStringBuilder }, targetFramework: TargetFramework.
NetCoreApp
, expectedOutput: @"
4054
targetFramework: TargetFramework.
NetCoreApp
);
4106
var comp = CreateCompilation(new[] { source, interpolatedStringBuilder }, targetFramework: TargetFramework.
NetCoreApp
);
5494
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial class", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
5617
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
5754
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
5871
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
6029
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
6279
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
6343
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
6435
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
6491
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
6557
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "class", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
6600
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
6646
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
6692
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
14531
CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
14588
CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
18515
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
18551
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
Semantics\LocalFunctionTests.cs (3)
8467
", targetFramework: TargetFramework.
NetCoreApp
);
8558
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
8638
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
Semantics\NullableReferenceTypesTests.cs (23)
15340
var comp = CreateCompilation(src, targetFramework: TargetFramework.
NetCoreApp
, options: WithNullableEnable());
15361
var comp = CreateCompilation(src, targetFramework: TargetFramework.
NetCoreApp
, options: WithNullableEnable());
15558
var comp = CreateCompilation(src, targetFramework: TargetFramework.
NetCoreApp
, options: WithNullableEnable());
15579
var comp = CreateCompilation(src, targetFramework: TargetFramework.
NetCoreApp
, options: WithNullableEnable());
15794
var comp = CreateCompilation(src, targetFramework: TargetFramework.
NetCoreApp
, options: WithNullableEnable());
15853
var comp = CreateCompilation(src, targetFramework: TargetFramework.
NetCoreApp
, options: WithNullableEnable());
15899
var comp = CreateCompilation(src, targetFramework: TargetFramework.
NetCoreApp
, options: WithNullableEnable());
15927
var comp = CreateCompilation(src, targetFramework: TargetFramework.
NetCoreApp
, options: WithNullableEnable());
16010
var comp = CreateCompilation(src, targetFramework: TargetFramework.
NetCoreApp
, options: WithNullableEnable());
16038
var comp = CreateCompilation(src, targetFramework: TargetFramework.
NetCoreApp
, options: WithNullableEnable());
143305
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
143334
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
143364
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
143408
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
146495
var compilation1 = CreateCompilation(source, parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
146528
var compilation1 = CreateCompilation(source, parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
146557
var compilation1 = CreateCompilation(source, parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
146635
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
156057
targetFramework: TargetFramework.
NetCoreApp
,
156089
var comp = CreateCompilation([source], options: WithNullableEnable(), targetFramework: TargetFramework.
NetCoreApp
);
156122
var comp = CreateCompilation([source], options: WithNullableEnable(), targetFramework: TargetFramework.
NetCoreApp
);
158160
var comp = CreateCompilation(src, targetFramework: TargetFramework.
NetCoreApp
);
158445
var comp = CreateCompilation(src, targetFramework: TargetFramework.
NetCoreApp
);
Semantics\RawInterpolationTests_Handler.cs (20)
590
var comp = CreateCompilation(new[] { source, GetInterpolatedStringHandlerDefinition(includeSpanOverloads: true, useDefaultParameters: false, useBoolReturns: false) }, parseOptions: TestOptions.Regular9, targetFramework: TargetFramework.
NetCoreApp
);
2023
var comp = CreateCompilation(new[] { source, interpolatedStringBuilder }, options: TestOptions.UnsafeReleaseExe, targetFramework: TargetFramework.
NetCoreApp
);
2365
var verifier = CompileAndVerify(new[] { source, interpolatedStringBuilder }, targetFramework: TargetFramework.
NetCoreApp
, expectedOutput: @"
2455
targetFramework: TargetFramework.
NetCoreApp
);
2507
var comp = CreateCompilation(new[] { source, interpolatedStringBuilder }, targetFramework: TargetFramework.
NetCoreApp
);
3707
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial class", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
3802
comp = CreateCompilation(source, parseOptions: TestOptions.RegularPreview, targetFramework: TargetFramework.
NetCoreApp
);
3850
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
3987
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
4127
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
4284
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
4370
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
4532
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
4596
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
4687
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "partial struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
4743
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
4808
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "class", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
4851
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
4897
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
4943
var comp = CreateCompilation(new[] { code, GetInterpolatedStringCustomHandlerType("CustomHandler", "struct", useBoolReturns: false) }, targetFramework: TargetFramework.
NetCoreApp
);
Semantics\RefEscapingTests.cs (2)
5621
var comp = CreateCompilation(text, parseOptions: TestOptions.Regular.WithLanguageVersion(languageVersion), targetFramework: TargetFramework.
NetCoreApp
);
5656
var comp = CreateCompilation(text, parseOptions: TestOptions.Regular.WithLanguageVersion(languageVersion), targetFramework: TargetFramework.
NetCoreApp
);
Semantics\RefFieldTests.cs (45)
5513
targetFramework: TargetFramework.
NetCoreApp
);
5537
targetFramework: TargetFramework.
NetCoreApp
);
5558
targetFramework: TargetFramework.
NetCoreApp
);
5579
targetFramework: TargetFramework.
NetCoreApp
);
5608
targetFramework: TargetFramework.
NetCoreApp
);
5643
targetFramework: TargetFramework.
NetCoreApp
);
5670
targetFramework: TargetFramework.
NetCoreApp
);
5693
targetFramework: TargetFramework.
NetCoreApp
);
5716
targetFramework: TargetFramework.
NetCoreApp
);
5739
targetFramework: TargetFramework.
NetCoreApp
);
5762
targetFramework: TargetFramework.
NetCoreApp
);
5785
targetFramework: TargetFramework.
NetCoreApp
);
5805
targetFramework: TargetFramework.
NetCoreApp
);
5828
targetFramework: TargetFramework.
NetCoreApp
);
21333
var references = TargetFrameworkUtil.GetReferences(TargetFramework.
NetCoreApp
, additionalReferences: null);
30895
targetFramework: TargetFramework.
NetCoreApp
,
30949
targetFramework: TargetFramework.
NetCoreApp
,
31017
targetFramework: TargetFramework.
NetCoreApp
,
31080
targetFramework: TargetFramework.
NetCoreApp
,
31096
targetFramework: TargetFramework.
NetCoreApp
);
31129
targetFramework: TargetFramework.
NetCoreApp
);
31170
targetFramework: TargetFramework.
NetCoreApp
);
31203
targetFramework: TargetFramework.
NetCoreApp
);
31243
targetFramework: TargetFramework.
NetCoreApp
);
31276
targetFramework: TargetFramework.
NetCoreApp
);
31319
targetFramework: TargetFramework.
NetCoreApp
);
31358
targetFramework: TargetFramework.
NetCoreApp
);
31400
targetFramework: TargetFramework.
NetCoreApp
);
31444
targetFramework: TargetFramework.
NetCoreApp
);
31485
targetFramework: TargetFramework.
NetCoreApp
);
31533
targetFramework: TargetFramework.
NetCoreApp
);
31576
targetFramework: TargetFramework.
NetCoreApp
);
31614
targetFramework: TargetFramework.
NetCoreApp
);
31639
targetFramework: TargetFramework.
NetCoreApp
);
31666
targetFramework: TargetFramework.
NetCoreApp
);
31691
targetFramework: TargetFramework.
NetCoreApp
);
31716
targetFramework: TargetFramework.
NetCoreApp
);
31744
targetFramework: TargetFramework.
NetCoreApp
);
31769
targetFramework: TargetFramework.
NetCoreApp
);
31797
targetFramework: TargetFramework.
NetCoreApp
);
31825
targetFramework: TargetFramework.
NetCoreApp
);
31850
targetFramework: TargetFramework.
NetCoreApp
);
31878
targetFramework: TargetFramework.
NetCoreApp
);
31906
targetFramework: TargetFramework.
NetCoreApp
);
31931
targetFramework: TargetFramework.
NetCoreApp
);
Semantics\SemanticErrorTests.cs (2)
2215
CreateCompilation(text, parseOptions: TestOptions.Regular7, targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
25064
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
Semantics\StructConstructorTests.cs (5)
3719
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
3792
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
3819
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
3846
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
3870
var comp = CreateCompilation(source, parseOptions: TestOptions.Script, targetFramework: TargetFramework.
NetCoreApp
);
Semantics\TopLevelStatementsTests.cs (1)
2775
var comp = CreateCompilation(text, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe, parseOptions: DefaultParseOptions);
Semantics\UninitializedNonNullableFieldTests.cs (2)
1982
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
2028
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
Semantics\Utf8StringsLiteralsTests.cs (121)
54
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
83
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
111
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
142
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
175
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
199
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
226
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
255
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
283
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
314
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
338
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
362
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
384
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
416
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
453
comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular11);
461
comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular10);
487
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
518
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
561
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
821
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
873
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
924
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
981
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1037
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1095
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1151
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1205
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1257
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1308
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1366
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1396
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1420
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1453
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1475
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1515
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1536
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1540
comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular10);
1575
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1602
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1605
comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular10);
1623
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1649
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1666
comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular11);
1672
comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular10);
1702
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1719
comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular11);
1725
comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular10);
1755
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1772
comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular11);
1778
comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular10);
1817
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1834
comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular11);
1840
comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular10);
1877
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1916
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
1943
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), options: TestOptions.DebugExe);
1972
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2002
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2037
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2074
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2102
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2122
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2143
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2169
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2198
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2235
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2276
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2325
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2362
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2399
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2433
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2457
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2461
comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular10);
2482
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2513
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
2540
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
2573
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
2606
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
2639
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
2687
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
2732
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
2780
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
2810
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
2852
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
2890
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
2916
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
2942
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
2967
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
2995
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
3023
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
3051
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
3079
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
3107
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
3135
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
3163
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
3191
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
3219
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
3247
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
3275
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
3303
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
3332
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseDll);
3384
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.ReleaseDll);
3446
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
3494
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
3536
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
3585
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
3634
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
3684
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
3731
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
3772
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
3794
var comp = CreateCompilation(new[] { source + HelpersSource, UnscopedRefAttributeDefinition }, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugDll);
3827
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
3853
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
4061
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
4132
var comp = CreateCompilation(source + HelpersSource, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
4155
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
4186
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
4225
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
4250
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
4275
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
, options: TestOptions.DebugExe);
4300
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
Semantics\ValueTupleTests.cs (3)
294
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
330
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
360
var comp = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (564)
DocumentationComments\CrefTests.cs (5)
6968
var comp = CreateCompilation(source, parseOptions: TestOptions.RegularWithDocumentationComments, targetFramework: TargetFramework.
NetCoreApp
);
6993
var comp = CreateCompilation(source, parseOptions: TestOptions.RegularWithDocumentationComments.WithLanguageVersion(LanguageVersion.CSharp10), targetFramework: TargetFramework.
NetCoreApp
);
7017
var comp = CreateCompilation(source, parseOptions: TestOptions.RegularWithDocumentationComments, targetFramework: TargetFramework.
NetCoreApp
);
7038
var comp = CreateCompilation(source, parseOptions: TestOptions.RegularWithDocumentationComments.WithLanguageVersion(LanguageVersion.CSharp10), targetFramework: TargetFramework.
NetCoreApp
);
7057
var comp = CreateCompilation(source, parseOptions: TestOptions.RegularWithDocumentationComments, targetFramework: TargetFramework.
NetCoreApp
);
Symbols\DefaultInterfaceImplementationTests.cs (531)
1873
targetFramework: isStatic ? TargetFramework.Net60 : TargetFramework.
NetCoreApp
);
1912
targetFramework: isStatic ? TargetFramework.Net60 : TargetFramework.
NetCoreApp
);
1930
targetFramework: isStatic ? TargetFramework.Net60 : TargetFramework.
NetCoreApp
);
2017
targetFramework: TargetFramework.
NetCoreApp
);
2262
targetFramework: TargetFramework.
NetCoreApp
);
2269
targetFramework: TargetFramework.
NetCoreApp
);
2331
targetFramework: TargetFramework.
NetCoreApp
);
2338
targetFramework: TargetFramework.
NetCoreApp
);
2404
targetFramework: TargetFramework.
NetCoreApp
);
2411
targetFramework: TargetFramework.
NetCoreApp
);
2477
targetFramework: TargetFramework.
NetCoreApp
);
2484
targetFramework: TargetFramework.
NetCoreApp
);
2972
targetFramework: TargetFramework.
NetCoreApp
);
3085
targetFramework: TargetFramework.
NetCoreApp
);
3165
targetFramework: TargetFramework.
NetCoreApp
);
3272
targetFramework: TargetFramework.
NetCoreApp
);
4869
targetFramework: TargetFramework.
NetCoreApp
);
5105
targetFramework: TargetFramework.
NetCoreApp
);
5142
targetFramework: TargetFramework.
NetCoreApp
);
5170
targetFramework: TargetFramework.
NetCoreApp
);
5207
targetFramework: TargetFramework.
NetCoreApp
);
5246
targetFramework: TargetFramework.
NetCoreApp
);
5299
targetFramework: TargetFramework.
NetCoreApp
);
5385
targetFramework: TargetFramework.
NetCoreApp
);
5502
targetFramework: TargetFramework.
NetCoreApp
);
5593
targetFramework: TargetFramework.
NetCoreApp
);
5738
targetFramework: TargetFramework.
NetCoreApp
);
5955
targetFramework: TargetFramework.
NetCoreApp
);
6013
targetFramework: TargetFramework.
NetCoreApp
);
6191
targetFramework: TargetFramework.
NetCoreApp
);
6222
targetFramework: TargetFramework.
NetCoreApp
);
6238
targetFramework: TargetFramework.
NetCoreApp
);
6285
targetFramework: TargetFramework.
NetCoreApp
);
7762
targetFramework: TargetFramework.
NetCoreApp
);
7814
targetFramework: TargetFramework.
NetCoreApp
);
7971
targetFramework: TargetFramework.
NetCoreApp
);
8087
targetFramework: TargetFramework.
NetCoreApp
);
8247
targetFramework: TargetFramework.
NetCoreApp
);
8365
targetFramework: TargetFramework.
NetCoreApp
);
8401
targetFramework: TargetFramework.
NetCoreApp
);
8614
targetFramework: TargetFramework.
NetCoreApp
);
8872
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
9043
targetFramework: TargetFramework.
NetCoreApp
);
9094
targetFramework: TargetFramework.
NetCoreApp
);
9889
targetFramework: TargetFramework.
NetCoreApp
);
9901
targetFramework: TargetFramework.
NetCoreApp
);
9909
targetFramework: TargetFramework.
NetCoreApp
);
9921
targetFramework: TargetFramework.
NetCoreApp
);
9966
targetFramework: TargetFramework.
NetCoreApp
);
9978
targetFramework: TargetFramework.
NetCoreApp
);
9986
targetFramework: TargetFramework.
NetCoreApp
);
9998
targetFramework: TargetFramework.
NetCoreApp
);
10045
targetFramework: TargetFramework.
NetCoreApp
,
10052
targetFramework: TargetFramework.
NetCoreApp
);
10060
targetFramework: TargetFramework.
NetCoreApp
);
10135
targetFramework: TargetFramework.
NetCoreApp
);
10194
targetFramework: TargetFramework.
NetCoreApp
);
10305
targetFramework: TargetFramework.
NetCoreApp
);
10373
targetFramework: TargetFramework.
NetCoreApp
);
10458
targetFramework: TargetFramework.
NetCoreApp
);
10576
targetFramework: TargetFramework.
NetCoreApp
);
10678
targetFramework: TargetFramework.
NetCoreApp
);
10829
targetFramework: TargetFramework.
NetCoreApp
);
10883
targetFramework: TargetFramework.
NetCoreApp
);
10917
targetFramework: TargetFramework.
NetCoreApp
);
10929
targetFramework: TargetFramework.
NetCoreApp
);
10940
targetFramework: TargetFramework.
NetCoreApp
);
10978
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
11001
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
11056
targetFramework: TargetFramework.
NetCoreApp
);
11162
targetFramework: TargetFramework.
NetCoreApp
);
11258
targetFramework: TargetFramework.
NetCoreApp
);
11300
targetFramework: TargetFramework.
NetCoreApp
);
11457
targetFramework: TargetFramework.
NetCoreApp
);
11524
targetFramework: TargetFramework.
NetCoreApp
);
11554
targetFramework: TargetFramework.
NetCoreApp
);
11581
targetFramework: TargetFramework.
NetCoreApp
);
11608
targetFramework: TargetFramework.
NetCoreApp
);
11694
targetFramework: TargetFramework.
NetCoreApp
);
11718
targetFramework: TargetFramework.
NetCoreApp
);
11726
targetFramework: TargetFramework.
NetCoreApp
);
11760
targetFramework: TargetFramework.
NetCoreApp
);
11770
targetFramework: TargetFramework.
NetCoreApp
);
11787
targetFramework: TargetFramework.
NetCoreApp
);
11849
targetFramework: TargetFramework.
NetCoreApp
);
11883
targetFramework: TargetFramework.
NetCoreApp
);
11892
targetFramework: TargetFramework.
NetCoreApp
);
11909
targetFramework: TargetFramework.
NetCoreApp
);
11917
targetFramework: TargetFramework.
NetCoreApp
);
11925
targetFramework: TargetFramework.
NetCoreApp
);
11985
targetFramework: TargetFramework.
NetCoreApp
);
11998
targetFramework: TargetFramework.
NetCoreApp
);
12007
targetFramework: TargetFramework.
NetCoreApp
);
12024
targetFramework: TargetFramework.
NetCoreApp
);
12039
targetFramework: TargetFramework.
NetCoreApp
);
12046
targetFramework: TargetFramework.
NetCoreApp
);
12105
targetFramework: TargetFramework.
NetCoreApp
);
12121
targetFramework: TargetFramework.
NetCoreApp
);
12130
targetFramework: TargetFramework.
NetCoreApp
);
12147
targetFramework: TargetFramework.
NetCoreApp
);
12162
targetFramework: TargetFramework.
NetCoreApp
);
12175
targetFramework: TargetFramework.
NetCoreApp
);
12614
targetFramework: TargetFramework.
NetCoreApp
);
12625
targetFramework: TargetFramework.
NetCoreApp
);
12639
targetFramework: TargetFramework.
NetCoreApp
);
12702
targetFramework: TargetFramework.
NetCoreApp
);
12713
targetFramework: TargetFramework.
NetCoreApp
);
12727
targetFramework: TargetFramework.
NetCoreApp
);
12790
targetFramework: TargetFramework.
NetCoreApp
);
12801
targetFramework: TargetFramework.
NetCoreApp
);
12815
targetFramework: TargetFramework.
NetCoreApp
);
12894
targetFramework: TargetFramework.
NetCoreApp
);
12949
targetFramework: TargetFramework.
NetCoreApp
);
13022
targetFramework: TargetFramework.
NetCoreApp
);
13079
targetFramework: TargetFramework.
NetCoreApp
);
13569
targetFramework: TargetFramework.
NetCoreApp
);
13899
targetFramework: TargetFramework.
NetCoreApp
);
14213
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
14608
targetFramework: TargetFramework.
NetCoreApp
);
14707
targetFramework: TargetFramework.
NetCoreApp
);
14914
targetFramework: TargetFramework.
NetCoreApp
);
14922
targetFramework: TargetFramework.
NetCoreApp
);
14934
targetFramework: TargetFramework.
NetCoreApp
);
14960
targetFramework: TargetFramework.
NetCoreApp
);
14968
targetFramework: TargetFramework.
NetCoreApp
);
14987
targetFramework: TargetFramework.
NetCoreApp
);
15112
targetFramework: TargetFramework.
NetCoreApp
);
15120
targetFramework: TargetFramework.
NetCoreApp
);
15131
targetFramework: TargetFramework.
NetCoreApp
);
15139
targetFramework: TargetFramework.
NetCoreApp
);
15147
targetFramework: TargetFramework.
NetCoreApp
);
15839
targetFramework: TargetFramework.
NetCoreApp
);
15847
targetFramework: TargetFramework.
NetCoreApp
);
15858
targetFramework: TargetFramework.
NetCoreApp
);
15866
targetFramework: TargetFramework.
NetCoreApp
);
15874
targetFramework: TargetFramework.
NetCoreApp
);
15957
targetFramework: TargetFramework.
NetCoreApp
,
15964
targetFramework: TargetFramework.
NetCoreApp
,
15971
targetFramework: TargetFramework.
NetCoreApp
);
16177
targetFramework: TargetFramework.
NetCoreApp
);
16309
targetFramework: TargetFramework.
NetCoreApp
);
16581
targetFramework: TargetFramework.
NetCoreApp
);
16769
targetFramework: TargetFramework.
NetCoreApp
);
16919
targetFramework: TargetFramework.
NetCoreApp
);
17017
targetFramework: TargetFramework.
NetCoreApp
);
17267
targetFramework: TargetFramework.
NetCoreApp
);
17458
targetFramework: TargetFramework.
NetCoreApp
);
17512
targetFramework: TargetFramework.
NetCoreApp
);
17529
targetFramework: TargetFramework.
NetCoreApp
);
17543
targetFramework: TargetFramework.
NetCoreApp
);
17590
targetFramework: TargetFramework.
NetCoreApp
);
17622
targetFramework: TargetFramework.
NetCoreApp
);
17728
targetFramework: TargetFramework.
NetCoreApp
);
18284
targetFramework: TargetFramework.
NetCoreApp
);
18317
targetFramework: TargetFramework.
NetCoreApp
);
18331
targetFramework: TargetFramework.
NetCoreApp
);
18459
targetFramework: TargetFramework.
NetCoreApp
);
18467
targetFramework: TargetFramework.
NetCoreApp
);
18486
targetFramework: TargetFramework.
NetCoreApp
);
18497
targetFramework: TargetFramework.
NetCoreApp
);
18506
targetFramework: TargetFramework.
NetCoreApp
);
19839
targetFramework: TargetFramework.
NetCoreApp
);
19893
targetFramework: TargetFramework.
NetCoreApp
);
19910
targetFramework: TargetFramework.
NetCoreApp
);
19924
targetFramework: TargetFramework.
NetCoreApp
);
19970
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
20001
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
20039
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
20172
targetFramework: TargetFramework.
NetCoreApp
);
20316
targetFramework: TargetFramework.
NetCoreApp
,
20355
targetFramework: TargetFramework.
NetCoreApp
);
20369
targetFramework: TargetFramework.
NetCoreApp
);
20429
targetFramework: TargetFramework.
NetCoreApp
);
20447
targetFramework: TargetFramework.
NetCoreApp
);
20459
targetFramework: TargetFramework.
NetCoreApp
);
20494
targetFramework: TargetFramework.
NetCoreApp
);
20915
ValidatePropertyModifiers_11_03(source1, source2, TargetFramework.
NetCoreApp
);
20955
ValidatePropertyModifiers_11_03(source1, source2, TargetFramework.
NetCoreApp
);
20995
ValidatePropertyModifiers_11_03(source1, source2, TargetFramework.
NetCoreApp
,
21039
ValidatePropertyModifiers_11_03(source1, source2, TargetFramework.
NetCoreApp
);
21079
ValidatePropertyModifiers_11_03(source1, source2, TargetFramework.
NetCoreApp
);
21119
ValidatePropertyModifiers_11_03(source1, source2, TargetFramework.
NetCoreApp
,
21554
targetFramework: TargetFramework.
NetCoreApp
);
22043
targetFramework: TargetFramework.
NetCoreApp
);
22372
targetFramework: TargetFramework.
NetCoreApp
);
22627
targetFramework: TargetFramework.
NetCoreApp
);
23690
targetFramework: TargetFramework.
NetCoreApp
);
23756
targetFramework: TargetFramework.
NetCoreApp
);
23873
targetFramework: TargetFramework.
NetCoreApp
);
23939
targetFramework: TargetFramework.
NetCoreApp
);
24509
targetFramework: TargetFramework.
NetCoreApp
);
24541
targetFramework: TargetFramework.
NetCoreApp
);
26533
targetFramework: TargetFramework.
NetCoreApp
);
26570
targetFramework: TargetFramework.
NetCoreApp
);
26609
targetFramework: TargetFramework.
NetCoreApp
);
26745
targetFramework: TargetFramework.
NetCoreApp
);
26801
targetFramework: TargetFramework.
NetCoreApp
);
27135
targetFramework: TargetFramework.
NetCoreApp
);
27790
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
27864
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
28119
targetFramework: TargetFramework.
NetCoreApp
);
28197
targetFramework: TargetFramework.
NetCoreApp
);
28420
targetFramework: TargetFramework.
NetCoreApp
);
28428
targetFramework: TargetFramework.
NetCoreApp
);
28480
targetFramework: TargetFramework.
NetCoreApp
);
28503
targetFramework: TargetFramework.
NetCoreApp
);
28511
targetFramework: TargetFramework.
NetCoreApp
);
28530
targetFramework: TargetFramework.
NetCoreApp
);
28617
targetFramework: TargetFramework.
NetCoreApp
);
28625
targetFramework: TargetFramework.
NetCoreApp
);
28636
targetFramework: TargetFramework.
NetCoreApp
);
28644
targetFramework: TargetFramework.
NetCoreApp
);
28652
targetFramework: TargetFramework.
NetCoreApp
);
29351
targetFramework: TargetFramework.
NetCoreApp
);
29359
targetFramework: TargetFramework.
NetCoreApp
);
29370
targetFramework: TargetFramework.
NetCoreApp
);
29378
targetFramework: TargetFramework.
NetCoreApp
);
29386
targetFramework: TargetFramework.
NetCoreApp
);
29462
targetFramework: TargetFramework.
NetCoreApp
,
29469
targetFramework: TargetFramework.
NetCoreApp
,
29476
targetFramework: TargetFramework.
NetCoreApp
);
29580
targetFramework: TargetFramework.
NetCoreApp
);
29698
targetFramework: TargetFramework.
NetCoreApp
);
29994
targetFramework: TargetFramework.
NetCoreApp
);
30105
targetFramework: TargetFramework.
NetCoreApp
);
30267
targetFramework: TargetFramework.
NetCoreApp
);
30440
targetFramework: TargetFramework.
NetCoreApp
);
30661
targetFramework: TargetFramework.
NetCoreApp
);
30863
targetFramework: TargetFramework.
NetCoreApp
);
30917
targetFramework: TargetFramework.
NetCoreApp
);
30932
targetFramework: TargetFramework.
NetCoreApp
);
30946
targetFramework: TargetFramework.
NetCoreApp
);
30992
targetFramework: TargetFramework.
NetCoreApp
);
31023
targetFramework: TargetFramework.
NetCoreApp
);
31097
targetFramework: TargetFramework.
NetCoreApp
);
31123
targetFramework: TargetFramework.
NetCoreApp
);
31132
targetFramework: TargetFramework.
NetCoreApp
);
31171
targetFramework: TargetFramework.
NetCoreApp
);
31183
targetFramework: TargetFramework.
NetCoreApp
);
31209
targetFramework: TargetFramework.
NetCoreApp
);
31482
ValidateEventModifiers_11_03(source1, source2, TargetFramework.
NetCoreApp
);
31525
ValidateEventModifiers_11_03(source1, source2, TargetFramework.
NetCoreApp
);
31568
ValidateEventModifiers_11_03(source1, source2, TargetFramework.
NetCoreApp
,
31930
ValidateNestedTypes_01(source0 + source1, Accessibility.Protected, targetFramework: TargetFramework.
NetCoreApp
, execute: ExecutionConditionUtil.IsMonoOrCoreClr, verify: VerifyOnMonoOrCoreClr_FailsIlVerify);
31985
targetFramework: TargetFramework.
NetCoreApp
);
32018
targetFramework: TargetFramework.
NetCoreApp
);
32027
targetFramework: TargetFramework.
NetCoreApp
);
32041
targetFramework: TargetFramework.
NetCoreApp
);
32120
ValidateNestedTypes_01(source0 + source1, Accessibility.ProtectedOrInternal, targetFramework: TargetFramework.
NetCoreApp
, execute: ExecutionConditionUtil.IsMonoOrCoreClr, verify: VerifyOnMonoOrCoreClr);
32121
ValidateNestedTypes_01(source0 + source2, Accessibility.ProtectedOrInternal, targetFramework: TargetFramework.
NetCoreApp
, execute: ExecutionConditionUtil.IsMonoOrCoreClr, verify: VerifyOnMonoOrCoreClr);
32152
targetFramework: TargetFramework.
NetCoreApp
);
32161
targetFramework: TargetFramework.
NetCoreApp
);
32175
targetFramework: TargetFramework.
NetCoreApp
);
32479
ValidateNestedTypes_01(source0 + source1, Accessibility.ProtectedAndInternal, targetFramework: TargetFramework.
NetCoreApp
, execute: ExecutionConditionUtil.IsMonoOrCoreClr, verify: VerifyOnMonoOrCoreClr_FailsIlVerify);
32510
targetFramework: TargetFramework.
NetCoreApp
);
32543
targetFramework: TargetFramework.
NetCoreApp
);
32552
targetFramework: TargetFramework.
NetCoreApp
);
32559
targetFramework: TargetFramework.
NetCoreApp
);
32689
targetFramework: TargetFramework.
NetCoreApp
);
32802
targetFramework: TargetFramework.
NetCoreApp
);
32829
targetFramework: TargetFramework.
NetCoreApp
);
32871
targetFramework: TargetFramework.
NetCoreApp
);
33119
targetFramework: TargetFramework.
NetCoreApp
);
33143
targetFramework: TargetFramework.
NetCoreApp
);
36889
targetFramework: TargetFramework.
NetCoreApp
);
40214
targetFramework: TargetFramework.
NetCoreApp
);
40244
targetFramework: TargetFramework.
NetCoreApp
);
43722
targetFramework: TargetFramework.
NetCoreApp
);
43790
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
43835
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
43840
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
43846
targetFramework: TargetFramework.
NetCoreApp
);
43920
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
43972
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
43977
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
43982
parseOptions: TestOptions.Regular7_3, targetFramework: TargetFramework.
NetCoreApp
);
44055
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
44102
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
44107
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
44112
parseOptions: TestOptions.Regular7_3, targetFramework: TargetFramework.
NetCoreApp
);
44194
targetFramework: TargetFramework.
NetCoreApp
);
44224
targetFramework: TargetFramework.
NetCoreApp
);
44244
targetFramework: TargetFramework.
NetCoreApp
);
44270
targetFramework: TargetFramework.
NetCoreApp
);
44290
targetFramework: TargetFramework.
NetCoreApp
);
44344
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
44391
targetFramework: TargetFramework.
NetCoreApp
);
44546
targetFramework: TargetFramework.
NetCoreApp
);
44643
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
44690
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
44724
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
44748
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
44840
targetFramework: TargetFramework.
NetCoreApp
);
44885
targetFramework: TargetFramework.
NetCoreApp
);
44921
targetFramework: TargetFramework.
NetCoreApp
);
44966
targetFramework: TargetFramework.
NetCoreApp
);
44984
targetFramework: TargetFramework.
NetCoreApp
);
45004
targetFramework: TargetFramework.
NetCoreApp
);
45057
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45102
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45107
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45113
targetFramework: TargetFramework.
NetCoreApp
);
45208
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45255
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45260
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45266
targetFramework: TargetFramework.
NetCoreApp
);
45351
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45394
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45399
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45405
targetFramework: TargetFramework.
NetCoreApp
);
45541
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45586
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45591
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45596
parseOptions: TestOptions.Regular7_3, targetFramework: TargetFramework.
NetCoreApp
);
45681
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45723
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45728
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
45733
parseOptions: TestOptions.Regular7_3, targetFramework: TargetFramework.
NetCoreApp
);
46003
targetFramework: TargetFramework.
NetCoreApp
);
46114
targetFramework: TargetFramework.
NetCoreApp
);
46258
targetFramework: TargetFramework.
NetCoreApp
);
46348
targetFramework: TargetFramework.
NetCoreApp
);
46374
targetFramework: TargetFramework.
NetCoreApp
);
46589
targetFramework: TargetFramework.
NetCoreApp
,
46599
targetFramework: TargetFramework.
NetCoreApp
,
46612
targetFramework: TargetFramework.
NetCoreApp
,
46767
targetFramework: TargetFramework.
NetCoreApp
,
46845
targetFramework: TargetFramework.
NetCoreApp
,
46865
targetFramework: TargetFramework.
NetCoreApp
,
46949
var compilation1 = CreateCompilation(source1 + source2, options: TestOptions.DebugExe, targetFramework: TargetFramework.
NetCoreApp
);
46952
var compilation2 = CreateCompilation(source1 + source3, options: TestOptions.DebugExe, targetFramework: TargetFramework.
NetCoreApp
,
46995
var compilation1 = CreateCompilation(source1 + source2, options: TestOptions.DebugExe, targetFramework: TargetFramework.
NetCoreApp
,
47012
CreateCompilation(source1 + source2, options: TestOptions.DebugExe, targetFramework: TargetFramework.
NetCoreApp
,
47025
parseOptions: TestOptions.RegularPreview, targetFramework: TargetFramework.
NetCoreApp
);
47029
parseOptions: TestOptions.Regular9, targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
47156
var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
,
47222
var compilation1 = CreateCompilation(source1 + source2, options: TestOptions.DebugExe, targetFramework: TargetFramework.
NetCoreApp
,
47232
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47238
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47257
parseOptions: TestOptions.Regular7_3, targetFramework: TargetFramework.
NetCoreApp
);
47268
parseOptions: TestOptions.Regular7_3, targetFramework: TargetFramework.
NetCoreApp
);
47315
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47324
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47330
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47391
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47400
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47406
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47464
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47471
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47521
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47530
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47536
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47602
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47611
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47617
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47677
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47685
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47690
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47709
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47717
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47722
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47738
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47746
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47751
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47810
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47818
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47823
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47842
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47850
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47855
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47871
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47879
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47884
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47938
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47946
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
47951
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48005
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48013
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48018
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48080
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48089
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48095
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48137
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48146
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48152
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48204
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48213
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48219
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48239
parseOptions: TestOptions.Regular7_3, targetFramework: TargetFramework.
NetCoreApp
);
48253
parseOptions: TestOptions.Regular7_3, targetFramework: TargetFramework.
NetCoreApp
);
48301
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48310
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48316
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48371
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48380
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48386
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48435
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48444
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48450
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48514
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48523
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48529
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48586
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48595
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48601
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48659
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48667
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48672
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48729
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48737
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48742
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48799
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48806
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48891
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48900
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48906
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48957
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48966
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
48972
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
49064
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
49073
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
49079
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
49119
parseOptions: TestOptions.RegularPreview, targetFramework: TargetFramework.
NetCoreApp
);
49223
parseOptions: TestOptions.RegularPreview, targetFramework: TargetFramework.
NetCoreApp
);
49296
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
49305
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
49311
parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
49529
targetFramework: TargetFramework.
NetCoreApp
,
49545
targetFramework: TargetFramework.
NetCoreApp
,
49577
targetFramework: TargetFramework.
NetCoreApp
,
49955
var compilation0 = CreateCompilation(source0 + source1, options: TestOptions.DebugExe, targetFramework: TargetFramework.
NetCoreApp
);
49981
var compilation1 = CreateCompilation(source0 + source2, options: TestOptions.DebugExe, targetFramework: TargetFramework.
NetCoreApp
);
50010
var compilation2 = CreateCompilation(source0 + source3, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
);
50044
var compilation0 = CreateCompilation(source0, options: TestOptions.DebugExe, targetFramework: TargetFramework.
NetCoreApp
);
50083
var compilation0 = CreateCompilation(source0 + source1, options: TestOptions.DebugExe, targetFramework: TargetFramework.
NetCoreApp
);
50109
var compilation1 = CreateCompilation(source0 + source2, options: TestOptions.DebugExe, targetFramework: TargetFramework.
NetCoreApp
);
50129
var compilation2 = CreateCompilation(source0 + source3, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
);
50164
var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
);
50202
var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
);
50246
var compilation0 = CreateCompilation(source0 + source1, options: TestOptions.DebugExe, targetFramework: TargetFramework.
NetCoreApp
);
50262
var compilation2 = CreateCompilation(source0 + source3, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
);
50306
var compilation0 = CreateCompilation(source0 + source1, options: TestOptions.DebugExe, targetFramework: TargetFramework.
NetCoreApp
);
50994
var compilation0 = CreateCompilation(source0, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
);
57221
targetFramework: TargetFramework.
NetCoreApp
);
57306
targetFramework: TargetFramework.
NetCoreApp
);
57382
targetFramework: TargetFramework.
NetCoreApp
);
59415
targetFramework: TargetFramework.
NetCoreApp
);
62199
targetFramework: TargetFramework.
NetCoreApp
);
62240
targetFramework: TargetFramework.
NetCoreApp
);
62275
targetFramework: TargetFramework.
NetCoreApp
);
62375
var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugExe, targetFramework: TargetFramework.
NetCoreApp
);
62468
var compilation1 = CreateCompilationWithIL(source1, ilSource, options: TestOptions.DebugExe, targetFramework: TargetFramework.
NetCoreApp
);
62513
var compilation1 = CreateCompilation(source1, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular9, targetFramework: TargetFramework.
NetCoreApp
);
62528
compilation1 = CreateCompilation(source1, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular, targetFramework: TargetFramework.
NetCoreApp
);
62557
targetFramework: TargetFramework.
NetCoreApp
);
62569
targetFramework: TargetFramework.
NetCoreApp
);
62780
var comp = CreateCompilation(source, options: TestOptions.DebugWinMD, targetFramework: TargetFramework.
NetCoreApp
, references: new[] { CompilationExtensions.CreateWindowsRuntimeMetadataReference() });
62833
var comp = CreateCompilation(source, options: TestOptions.DebugWinMD, targetFramework: TargetFramework.
NetCoreApp
, references: new[] { CompilationExtensions.CreateWindowsRuntimeMetadataReference() });
64789
targetFramework: TargetFramework.
NetCoreApp
);
64815
targetFramework: TargetFramework.
NetCoreApp
);
64845
targetFramework: TargetFramework.
NetCoreApp
);
64875
targetFramework: TargetFramework.
NetCoreApp
);
64905
targetFramework: TargetFramework.
NetCoreApp
);
64924
targetFramework: TargetFramework.
NetCoreApp
);
64943
targetFramework: TargetFramework.
NetCoreApp
);
64969
targetFramework: TargetFramework.
NetCoreApp
);
64991
targetFramework: TargetFramework.
NetCoreApp
);
65021
targetFramework: TargetFramework.
NetCoreApp
);
65053
targetFramework: TargetFramework.
NetCoreApp
);
65079
targetFramework: TargetFramework.
NetCoreApp
);
65113
targetFramework: TargetFramework.
NetCoreApp
);
65160
targetFramework: TargetFramework.
NetCoreApp
);
65204
targetFramework: TargetFramework.
NetCoreApp
);
65248
targetFramework: TargetFramework.
NetCoreApp
);
65382
targetFramework: TargetFramework.
NetCoreApp
);
65427
targetFramework: TargetFramework.
NetCoreApp
);
65807
targetFramework: TargetFramework.
NetCoreApp
);
65848
targetFramework: TargetFramework.
NetCoreApp
);
65883
targetFramework: TargetFramework.
NetCoreApp
);
65925
targetFramework: TargetFramework.
NetCoreApp
);
65960
targetFramework: TargetFramework.
NetCoreApp
);
66002
targetFramework: TargetFramework.
NetCoreApp
);
66177
targetFramework: TargetFramework.
NetCoreApp
);
66222
targetFramework: TargetFramework.
NetCoreApp
);
66258
targetFramework: TargetFramework.
NetCoreApp
);
66301
targetFramework: TargetFramework.
NetCoreApp
);
66333
targetFramework: TargetFramework.
NetCoreApp
);
66381
targetFramework: TargetFramework.
NetCoreApp
);
66412
targetFramework: TargetFramework.
NetCoreApp
);
66454
targetFramework: TargetFramework.
NetCoreApp
);
66525
targetFramework: TargetFramework.
NetCoreApp
);
66636
targetFramework: TargetFramework.
NetCoreApp
);
66747
targetFramework: TargetFramework.
NetCoreApp
);
66753
targetFramework: TargetFramework.
NetCoreApp
);
66806
targetFramework: TargetFramework.
NetCoreApp
);
66841
targetFramework: TargetFramework.
NetCoreApp
);
66872
targetFramework: TargetFramework.
NetCoreApp
);
66927
targetFramework: TargetFramework.
NetCoreApp
);
66933
targetFramework: TargetFramework.
NetCoreApp
);
66956
targetFramework: TargetFramework.
NetCoreApp
);
66993
targetFramework: TargetFramework.
NetCoreApp
);
67005
targetFramework: TargetFramework.
NetCoreApp
);
67034
targetFramework: TargetFramework.
NetCoreApp
);
67046
targetFramework: TargetFramework.
NetCoreApp
);
67098
targetFramework: TargetFramework.
NetCoreApp
);
67110
targetFramework: TargetFramework.
NetCoreApp
);
67131
targetFramework: TargetFramework.
NetCoreApp
);
67165
targetFramework: TargetFramework.
NetCoreApp
);
67201
targetFramework: TargetFramework.
NetCoreApp
);
67235
targetFramework: TargetFramework.
NetCoreApp
);
67276
targetFramework: TargetFramework.
NetCoreApp
);
67313
targetFramework: TargetFramework.
NetCoreApp
);
67349
targetFramework: TargetFramework.
NetCoreApp
);
67385
targetFramework: TargetFramework.
NetCoreApp
);
67422
targetFramework: TargetFramework.
NetCoreApp
);
67463
targetFramework: TargetFramework.
NetCoreApp
);
67501
targetFramework: TargetFramework.
NetCoreApp
);
67539
targetFramework: TargetFramework.
NetCoreApp
);
67576
targetFramework: TargetFramework.
NetCoreApp
);
67615
targetFramework: TargetFramework.
NetCoreApp
);
67657
targetFramework: TargetFramework.
NetCoreApp
);
67694
targetFramework: TargetFramework.
NetCoreApp
);
67712
targetFramework: TargetFramework.
NetCoreApp
);
67752
targetFramework: TargetFramework.
NetCoreApp
);
67794
targetFramework: TargetFramework.
NetCoreApp
);
67827
targetFramework: TargetFramework.
NetCoreApp
);
67932
targetFramework: TargetFramework.
NetCoreApp
);
67998
targetFramework: TargetFramework.
NetCoreApp
);
68063
targetFramework: TargetFramework.
NetCoreApp
);
69322
targetFramework: TargetFramework.
NetCoreApp
,
69390
targetFramework: TargetFramework.
NetCoreApp
,
Symbols\ExtendedPartialMethodsTests.cs (5)
1735
var comp = CreateCompilation(text, parseOptions: TestOptions.RegularWithExtendedPartialMethods, targetFramework: TargetFramework.
NetCoreApp
);
1755
var comp = CreateCompilation(text, parseOptions: TestOptions.RegularWithExtendedPartialMethods, targetFramework: TargetFramework.
NetCoreApp
);
1782
var comp = CreateCompilation(text, parseOptions: TestOptions.RegularWithExtendedPartialMethods, targetFramework: TargetFramework.
NetCoreApp
);
1812
var comp = CreateCompilation(text, parseOptions: TestOptions.RegularWithExtendedPartialMethods, targetFramework: TargetFramework.
NetCoreApp
);
1856
var comp = CreateCompilation(text, parseOptions: TestOptions.RegularWithExtendedPartialMethods, targetFramework: TargetFramework.
NetCoreApp
);
Symbols\ExtensionMethodTests.cs (1)
4124
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
Symbols\IndexerTests.cs (3)
1788
CreateCompilation(source, parseOptions: TestOptions.Regular7, targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
1903
CreateCompilation(source, parseOptions: TestOptions.Regular7, targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
2952
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
NetCoreApp
);
Symbols\ModuleInitializers\AccessibilityTests.cs (1)
377
targetFramework: TargetFramework.
NetCoreApp
,
Symbols\ModuleInitializers\ModuleInitializersTests.cs (2)
276
targetFramework: TargetFramework.
NetCoreApp
,
355
targetFramework: TargetFramework.
NetCoreApp
,
Symbols\ModuleInitializers\SignatureTests.cs (1)
56
var compilation = CreateCompilation(source, parseOptions: s_parseOptions, targetFramework: TargetFramework.
NetCoreApp
);
Symbols\RelaxedShiftOperatorTests.cs (5)
136
var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
,
180
var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
,
224
var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
,
268
var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
,
312
var compilation1 = CreateCompilation(source1, options: TestOptions.DebugDll, targetFramework: TargetFramework.
NetCoreApp
,
Symbols\Source\ExpressionBodiedMethodTests.cs (1)
91
}", parseOptions: TestOptions.Regular7, targetFramework: TargetFramework.
NetCoreApp
);
Symbols\Source\ExpressionBodiedPropertyTests.cs (1)
52
}", parseOptions: TestOptions.Regular7, targetFramework: TargetFramework.
NetCoreApp
);
Symbols\SymbolErrorTests.cs (8)
840
targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
849
targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
877
targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
899
targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
1763
CreateCompilation(text, parseOptions: TestOptions.Regular7, targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
9180
var comp = CreateCompilation(text, parseOptions: TestOptions.Regular7, targetFramework: TargetFramework.
NetCoreApp
);
9311
var comp = CreateCompilation(text, targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
9799
CreateCompilation(text, parseOptions: TestOptions.Regular7, targetFramework: TargetFramework.
NetCoreApp
).VerifyDiagnostics(
Microsoft.CodeAnalysis.CSharp.Test.Utilities (2)
CSharpTestBase.cs (2)
2339
protected static CSharpCompilation CreateCompilationWithSpanAndMemoryExtensions(CSharpTestSource text, CSharpCompilationOptions options = null, CSharpParseOptions parseOptions = null, TargetFramework targetFramework = TargetFramework.
NetCoreApp
)
2357
protected static CSharpCompilation CreateCompilationWithIndexAndRangeAndSpanAndMemoryExtensions(CSharpTestSource text, CSharpCompilationOptions options = null, CSharpParseOptions parseOptions = null, TargetFramework targetFramework = TargetFramework.
NetCoreApp
)
Microsoft.CodeAnalysis.Rebuild.UnitTests (2)
CSharpDeterministicKeyBuilderTests.cs (2)
78
targetFramework: TargetFramework.
NetCoreApp
,
220
targetFramework: TargetFramework.
NetCoreApp
,
Microsoft.CodeAnalysis.Test.Utilities (4)
Compilation\CompilationExtensions.cs (1)
463
public static PortableExecutableReference CreateWindowsRuntimeMetadataReference(TargetFramework targetFramework = TargetFramework.
NetCoreApp
)
TargetFrameworkUtil.cs (3)
43
/// This will be <see cref="
NetCoreApp
" /> when running on .NET Core and <see cref="NetFramework"/>
292
Debug.Assert(GetReferences(TargetFramework.
NetCoreApp
).SequenceEqual(NetCoreApp.References));
306
TargetFramework.
NetCoreApp
or TargetFramework.Net70 => ImmutableArray.CreateRange<MetadataReference>(Net70.References.All),
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (2)
CodeGen\CodeGenTuples.vb (2)
23444
Dim comp = CreateCompilation(source, targetFramework:=TargetFramework.
NetCoreApp
)
23484
Dim comp = CreateCompilation(source, targetFramework:=TargetFramework.
NetCoreApp
)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (273)
SymbolsTests\DefaultInterfaceImplementationTests.vb (273)
24
Optional targetFramework As TargetFramework = TargetFramework.
NetCoreApp
,
69
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
116
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
149
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
201
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
232
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
278
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
307
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
355
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
397
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
426
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
492
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
500
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
537
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
569
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
599
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
606
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
640
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
674
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
708
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
715
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
755
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
789
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
797
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
841
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
880
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
915
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
922
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
961
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
997
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1036
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1072
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1111
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1118
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
1392
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1419
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1427
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
1461
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1490
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1518
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1525
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
1557
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1589
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1621
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1628
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
1741
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1789
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1830
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1879
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1948
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
1990
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
2040
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
2164
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
2225
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
2388
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
2450
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
2613
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
2694
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
2775
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
2858
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
2927
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
2962
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3000
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3036
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3068
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
)
3151
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3208
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3305
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3362
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3402
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3449
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3481
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3532
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3565
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3617
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3659
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3707
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3755
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3810
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3859
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3908
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
3957
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4006
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4055
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4097
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4145
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4193
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4242
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4268
comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe.WithMetadataImportOptions(MetadataImportOptions.All), targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4303
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4329
comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe.WithMetadataImportOptions(MetadataImportOptions.All), targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4370
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4396
comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe.WithMetadataImportOptions(MetadataImportOptions.All), targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4433
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4459
comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe.WithMetadataImportOptions(MetadataImportOptions.All), targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4496
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4499
comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe.WithMetadataImportOptions(MetadataImportOptions.All), targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4537
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4540
comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe.WithMetadataImportOptions(MetadataImportOptions.All), targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4577
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4580
comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe.WithMetadataImportOptions(MetadataImportOptions.All), targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4636
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4647
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
4683
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4691
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
4724
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4732
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
4767
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4797
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4827
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4857
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4887
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4917
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4946
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
4957
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
4994
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5002
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
5036
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5044
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
5077
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5113
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5146
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5179
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5215
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5248
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5281
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5292
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
5328
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5336
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
5369
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5377
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
5418
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5452
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5460
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
5497
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5505
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
5542
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5550
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
5595
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5637
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5679
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5721
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5763
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5805
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5839
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5847
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
5884
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5892
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
5929
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
5937
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
5974
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6011
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6048
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6082
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6116
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6150
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6187
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6224
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6261
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6295
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6329
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6363
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6400
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6408
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
6445
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6453
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
6490
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
6498
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
7056
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7100
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7130
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7178
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7209
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7258
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7296
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7348
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7392
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7430
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7492
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7500
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
7534
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7563
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7591
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7599
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
7631
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7663
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7695
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7703
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
7743
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7775
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7783
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
7827
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7866
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7898
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7906
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
7943
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
7977
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8014
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8048
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8085
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8093
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
8318
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8361
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8391
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8438
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8469
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8517
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8554
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8606
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8649
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8686
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8751
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8759
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
8796
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8828
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8856
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8864
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
8896
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8928
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8960
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
8968
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
9008
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9040
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9048
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
9092
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9131
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9163
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9171
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
9208
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9242
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9279
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9313
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9350
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9358
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
9583
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9632
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9664
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9717
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9750
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9804
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9847
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9904
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9955
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
9998
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10077
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10088
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
10137
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10180
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10212
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10223
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
10259
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10295
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10331
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10342
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
10387
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10422
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10433
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
10482
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10525
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10560
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10571
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
10612
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10650
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10691
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10729
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10770
Dim comp1 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
10781
Dim comp2 = CreateCompilation(source1, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation}, options:=TestOptions.DebugDll.WithMetadataImportOptions(MetadataImportOptions.All))
11047
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
11129
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugExe, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
11297
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
11414
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation})
11459
targetFramework:=TargetFramework.
NetCoreApp
,
11495
Dim comp1 = CreateCompilation(source1, options:=TestOptions.DebugDll, targetFramework:=TargetFramework.
NetCoreApp
, references:={csCompilation, CompilationExtensions.CreateWindowsRuntimeMetadataReference()})