166 references to SystemRuntimeFacadeRef
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (93)
CodeGen\CodeGenCheckedTests.cs (2)
2687
var compilation = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.ReleaseExe, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
2734
var compilation = CreateCompilationWithMscorlib40AndSystemCore(source, options: TestOptions.ReleaseExe, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
CodeGen\CodeGenDeconstructTests.cs (2)
22
private static readonly MetadataReference[] s_valueTupleRefs = new[] {
SystemRuntimeFacadeRef
, ValueTupleRef };
2149
var comp = CreateCompilationWithILAndMscorlib40(source, ilSource, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.ReleaseExe);
CodeGen\CodeGenDynamicTests.cs (1)
14427
var comp = CompileAndVerifyWithMscorlib40(source, expectedOutput: "hello!", references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
, CSharpRef, SystemCoreRef });
CodeGen\CodeGenInParametersTests.cs (20)
1157
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
1209
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
1234
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
1267
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.UnsafeReleaseDll);
1300
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
1419
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
1528
var comp = CreateCompilationWithMscorlib46(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.ReleaseExe);
1570
var comp = CreateCompilationWithMscorlib46(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.ReleaseExe);
1751
var comp = CreateCompilationWithMscorlib46(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.UnsafeReleaseExe);
1837
comp = CreateCompilationWithMscorlib46(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.UnsafeReleaseExe, parseOptions: TestOptions.Regular.WithPEVerifyCompatFeature());
1876
var comp = CreateCompilationWithMscorlib46(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.ReleaseExe);
1936
var comp = CreateCompilationWithMscorlib46(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.ReleaseExe);
2004
var comp = CreateCompilationWithMscorlib46(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.ReleaseExe);
2066
var comp = CreateCompilationWithMscorlib46(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.ReleaseExe);
2123
var comp = CreateCompilationWithMscorlib46(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.ReleaseExe);
2183
var comp = CreateCompilationWithMscorlib46(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.ReleaseExe);
2262
var comp = CreateCompilationWithMscorlib46(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.ReleaseExe);
2277
comp = CreateCompilationWithMscorlib46(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular.WithPEVerifyCompatFeature());
2343
var comp = CreateCompilationWithMscorlib46(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.ReleaseExe);
2430
comp = CreateCompilationWithMscorlib46(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.ReleaseExe, parseOptions: TestOptions.Regular.WithPEVerifyCompatFeature());
CodeGen\CodeGenRefConditionalOperatorTests.cs (1)
1198
var comp = CreateCompilationWithMscorlib461(source, references: new[] {
SystemRuntimeFacadeRef
, ValueTupleRef }, options: TestOptions.ReleaseExe);
CodeGen\CodeGenRefReadonlyReturnTests.cs (18)
502
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
542
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
588
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
632
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
688
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.UnsafeReleaseDll);
746
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
805
var comp = CompileAndVerifyWithMscorlib40(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, parseOptions: TestOptions.Regular, verify: Verification.Passes);
883
var comp = CompileAndVerifyWithMscorlib40(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, parseOptions: TestOptions.Regular, verify: Verification.Fails);
915
comp = CompileAndVerify(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, parseOptions: TestOptions.Regular.WithPEVerifyCompatFeature(), verify: Verification.Fails, targetFramework: TargetFramework.Mscorlib40);
973
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, parseOptions: TestOptions.Regular10);
989
comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
1017
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
1044
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
1074
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
1100
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
1124
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
1151
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
1179
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
CodeGen\CodeGenTupleTest.cs (43)
32
private static readonly MetadataReference[] s_valueTupleRefs = new[] {
SystemRuntimeFacadeRef
, ValueTupleRef };
408
references: new[] {
SystemRuntimeFacadeRef
, ValueTupleRef, comp1.ToMetadataReference() });
412
references: new[] {
SystemRuntimeFacadeRef
, ValueTupleRef, comp1.EmitToImageReference() });
1577
CreateCompilationWithMscorlib40(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}).VerifyDiagnostics(
1682
var comp1 = CreateCompilationWithMscorlib40(source2 + source1, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
1687
var compLib = CreateCompilationWithMscorlib40(source1, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
1691
var comp2 = CreateCompilationWithMscorlib40(source2, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
, compLibCompilationRef },
1696
var comp3 = CreateCompilationWithMscorlib40(source2, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
, compLib.EmitToImageReference() },
3474
var verifier = CompileAndVerifyWithMscorlib40(source, expectedOutput: @"1 2 3 4 5 6 7 Alice 2 3 4 5 6 7 Bob 2 3", references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, sourceSymbolValidator: validator);
3732
var comp = CreateCompilationWithMscorlib40(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, parseOptions: TestOptions.Regular7);
3769
references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
, missingComp.ToMetadataReference() });
3773
references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
, libComp.ToMetadataReference() }, parseOptions: TestOptions.Regular);
3785
references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
, libComp.ToMetadataReference() }, parseOptions: TestOptions.Regular7_1);
3884
var comp = CreateCompilationWithMscorlib40(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.DebugDll, parseOptions: TestOptions.Regular7_1);
4106
references: new[] { MscorlibRef, ValueTupleRef,
SystemRuntimeFacadeRef
, SystemCoreRef });
13907
var comp1 = CreateCompilationWithMscorlib40(source2 + source1, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
13912
var comp2 = CreateCompilationWithMscorlib40(source2, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
13916
var comp3 = CreateCompilationWithMscorlib461(source1, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
, comp2CompilationRef },
13922
var comp4 = CreateCompilationWithMscorlib40(source1, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
, comp2.EmitToImageReference() },
17072
SystemRuntimeFacadeRef
19803
var comp = CreateCompilationWithMscorlib40(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
, CSharpRef, SystemCoreRef });
24174
var compilation = CreateCompilationWithMscorlib40(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
25364
var comp = CreateCompilationWithMscorlib40(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
25395
references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
25424
var comp = CreateCompilationWithMscorlib40(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.DebugExe);
25443
var comp = CreateCompilationWithMscorlib40(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
25464
var comp = CreateCompilationWithMscorlib40(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, parseOptions: TestOptions.Regular8);
25494
var comp = CreateCompilationWithMscorlib40(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
25547
references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
25689
references: new[] { MscorlibRef, ValueTupleRef,
SystemRuntimeFacadeRef
});
25734
references: new[] { MscorlibRef, ValueTupleRef,
SystemRuntimeFacadeRef
});
25760
references: new[] { MscorlibRef, ValueTupleRef,
SystemRuntimeFacadeRef
});
25805
references: new[] { MscorlibRef, ValueTupleRef,
SystemRuntimeFacadeRef
});
25831
references: new[] { MscorlibRef, ValueTupleRef,
SystemRuntimeFacadeRef
});
25870
references: new[] { MscorlibRef, ValueTupleRef,
SystemRuntimeFacadeRef
});
25903
references: new[] { MscorlibRef, ValueTupleRef,
SystemRuntimeFacadeRef
});
26446
references: new[] { comp.EmitToImageReference(), libRef,
SystemRuntimeFacadeRef
, ValueTupleRef },
26482
var lib = CreateCompilationWithMscorlib40(lib_cs, references: new[] { missingContainerRef,
SystemRuntimeFacadeRef
, ValueTupleRef });
26496
var references = missingValueTuple ? new[] { libRef } : new[] { libRef,
SystemRuntimeFacadeRef
, ValueTupleRef };
26511
references: new[] { comp.EmitToImageReference(), libRef,
SystemRuntimeFacadeRef
, ValueTupleRef, missingContainerRef },
26541
var lib = CreateCompilationWithMscorlib40(lib_cs, references: new[] {
SystemRuntimeFacadeRef
, ValueTupleRef, missingContainerRef });
26568
references: new[] { comp.EmitToImageReference(), libRef, missingContainerRef,
SystemRuntimeFacadeRef
, ValueTupleRef },
26576
references: new[] { comp.EmitToImageReference(), libRef, missingContainerRef,
SystemRuntimeFacadeRef
, ValueTupleRef },
CodeGen\ForeachTest.cs (1)
798
comp = comp.WithReferences(comp.References.Concat(new[] {
SystemRuntimeFacadeRef
, ValueTupleRef }));
Emit\NoPiaEmbedTypes.cs (5)
5260
references: new MetadataReference[] { piaCompilation1.EmitToImageReference(embedInteropTypes: true),
SystemRuntimeFacadeRef
, ValueTupleRef });
5284
references: new MetadataReference[] { piaCompilation2.ToMetadataReference(embedInteropTypes: true), piaCompilation1.ToMetadataReference(), ValueTupleRef,
SystemRuntimeFacadeRef
});
5288
references: new MetadataReference[] { piaCompilation2.EmitToImageReference(embedInteropTypes: true), piaCompilation1.ToMetadataReference(), ValueTupleRef,
SystemRuntimeFacadeRef
});
5292
references: new MetadataReference[] { piaCompilation2.ToMetadataReference(), piaCompilation1.ToMetadataReference(), ValueTupleRef,
SystemRuntimeFacadeRef
});
5296
references: new MetadataReference[] { piaCompilation2.EmitToImageReference(), piaCompilation1.ToMetadataReference(), ValueTupleRef,
SystemRuntimeFacadeRef
});
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (4)
PDB\PDBTests.cs (4)
38
private static readonly MetadataReference[] s_valueTupleRefs = new[] {
SystemRuntimeFacadeRef
, ValueTupleRef };
7854
var c = CreateCompilationWithMscorlib40AndSystemCore(src, references: new[] { CSharpRef, ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.DebugDll);
7901
var c = CreateCompilationWithMscorlib40AndSystemCore(src, references: new[] { CSharpRef, ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.DebugExe);
7955
var c = CreateCompilationWithMscorlib40AndSystemCore(src, references: new[] { CSharpRef, ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.DebugDll);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (33)
Attributes\AttributeTests_Dynamic.cs (2)
103
var comp = CreateCompilationWithMscorlib40(s_dynamicTestSource, options: TestOptions.UnsafeReleaseDll, references: new[] { SystemCoreRef, ValueTupleRef,
SystemRuntimeFacadeRef
});
562
var comp = CreateCompilationWithMscorlib46(s_dynamicTestSource, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}, options: TestOptions.UnsafeReleaseDll);
Attributes\AttributeTests_Tuples.cs (3)
102
ValueTupleRef,
SystemRuntimeFacadeRef
, SystemCoreRef, CSharpRef
947
references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
1047
references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
FlowAnalysis\StructTests.cs (1)
50
}", references: new[] {
SystemRuntimeFacadeRef
, ValueTupleRef });
Semantics\OutVarTests.cs (19)
9876
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
9971
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
10050
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
10131
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
10201
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
10252
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
10318
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
10381
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
10445
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
10529
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
14770
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
14820
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
28620
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
28690
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
29594
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
29679
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
29795
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
29880
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
29983
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
Semantics\PatternMatchingTests_Global.cs (7)
3032
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
3100
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
3915
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
4000
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
4113
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
4198
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
4294
var compilation = CreateCompilationWithMscorlib461(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
Semantics\PatternSwitchTests.cs (1)
3176
source, options: TestOptions.ReleaseExe, references: new[] {
SystemRuntimeFacadeRef
, ValueTupleRef });
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (3)
IOperation\IOperationTests.cs (3)
458
var compilation = CreateCompilationWithMscorlib40(text, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
489
var compilation = CreateCompilationWithMscorlib40(sourceCode, new[] { SystemRef, SystemCoreRef, ValueTupleRef,
SystemRuntimeFacadeRef
}, sourceFileName: "file.cs");
523
var compilation = CreateCompilationWithMscorlib40(sourceCode, new[] { SystemRef, SystemCoreRef, ValueTupleRef,
SystemRuntimeFacadeRef
}, sourceFileName: "file.cs");
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Semantics\DeconstructionTests.cs (2)
21
private static readonly MetadataReference[] s_valueTupleRefs = new[] {
SystemRuntimeFacadeRef
, ValueTupleRef };
4088
references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
Semantics\OperatorTests.cs (1)
11303
var compilation = CreateCompilationWithMscorlib40(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
})
Semantics\OverloadResolutionTests.cs (2)
11353
CompileAndVerifyWithMscorlib40(code, references: new[] {
SystemRuntimeFacadeRef
, ValueTupleRef }, expectedOutput: @"
11394
CreateCompilationWithMscorlib40(code, references: new[] {
SystemRuntimeFacadeRef
, ValueTupleRef }).VerifyDiagnostics(
Semantics\RefExtensionMethodsTests.cs (2)
1693
CreateCompilationWithMscorlib40AndSystemCore(code, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}).VerifyDiagnostics(
1726
CreateCompilationWithMscorlib40AndSystemCore(code, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
}).VerifyDiagnostics(
Semantics\TargetTypedDefaultTests.cs (1)
2288
references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (20)
Compilation\ReferenceManagerTests.cs (1)
1900
main = CreateEmptyCompilation(mainSource, new MetadataReference[] { r1, MscorlibFacadeRef,
SystemRuntimeFacadeRef
});
SymbolDisplay\SymbolDisplayTests.cs (1)
5408
var comp = (Compilation)CreateCompilationWithMscorlib46(text, references: new[] {
SystemRuntimeFacadeRef
, ValueTupleRef });
Symbols\ConversionTests.cs (7)
2030
references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
},
2063
var comp = CreateCompilationWithMscorlib40AndSystemCore(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
2098
var comp = CreateCompilationWithMscorlib40AndSystemCore(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
2139
var comp = CreateCompilationWithMscorlib40AndSystemCore(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
2193
var comp = CreateCompilationWithMscorlib40AndSystemCore(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
2259
var comp = CreateCompilationWithMscorlib40AndSystemCore(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
2378
var comp = CreateCompilationWithMscorlib40AndSystemCore(source, references: new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
Symbols\Source\CustomModifierCopyTests.cs (10)
1002
var comp1 = CreateEmptyCompilation(source1, new[] { MscorlibRef, SystemCoreRef, ilRef, ValueTupleRef,
SystemRuntimeFacadeRef
, CSharpRef });
1034
var comp2 = CreateEmptyCompilation(source2, new[] { MscorlibRef, SystemCoreRef, ilRef, ValueTupleRef,
SystemRuntimeFacadeRef
, CSharpRef });
1058
var comp3 = CreateEmptyCompilation(source3, new[] { MscorlibRef, SystemCoreRef, ilRef, ValueTupleRef,
SystemRuntimeFacadeRef
, CSharpRef });
1079
var comp4 = CreateEmptyCompilation(source4, new[] { MscorlibRef, SystemCoreRef, ilRef, ValueTupleRef,
SystemRuntimeFacadeRef
, CSharpRef });
1132
var comp1 = CreateEmptyCompilation(source1, new[] { MscorlibRef, SystemCoreRef, ilRef, ValueTupleRef,
SystemRuntimeFacadeRef
, CSharpRef });
1156
var comp2 = CreateEmptyCompilation(source2, new[] { MscorlibRef, SystemCoreRef, ilRef, ValueTupleRef,
SystemRuntimeFacadeRef
, CSharpRef });
1170
var comp3 = CreateEmptyCompilation(source3, new[] { MscorlibRef, SystemCoreRef, ilRef, ValueTupleRef,
SystemRuntimeFacadeRef
, CSharpRef });
1279
var comp1 = CreateEmptyCompilation(source1, new[] { MscorlibRef, SystemCoreRef, ilRef, ValueTupleRef,
SystemRuntimeFacadeRef
, CSharpRef });
1320
var comp2 = CreateEmptyCompilation(source2, new[] { MscorlibRef, SystemCoreRef, ilRef, ValueTupleRef,
SystemRuntimeFacadeRef
, CSharpRef });
1348
var comp3 = CreateEmptyCompilation(source3, new[] { MscorlibRef, SystemCoreRef, ilRef, ValueTupleRef,
SystemRuntimeFacadeRef
, CSharpRef });
Symbols\TypeTests.cs (1)
830
new[] { MscorlibRef_v46, sysConsoleRef,
SystemRuntimeFacadeRef
},
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Parsing\RefReadonlyTests.cs (1)
188
var comp = CreateCompilationWithMscorlib461(text, new[] { ValueTupleRef,
SystemRuntimeFacadeRef
});
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
MetadataAsSource\AbstractMetadataAsSourceTests.cs (1)
32
AssemblyResolver.TestAccessor.AddInMemoryImage(TestBase.
SystemRuntimeFacadeRef
, "System.Runtime.dll", ImmutableArray.Create(Net461.Resources.SystemRuntime));
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (3)
Remote\TestSerializerService.cs (2)
39
.Add(TestBase.
SystemRuntimeFacadeRef
, nameof(TestBase.
SystemRuntimeFacadeRef
));
Workspaces\TestWorkspace_XmlConsumption.cs (1)
861
references = [TestBase.MscorlibRef_v46, TestBase.SystemRef_v46, TestBase.SystemCoreRef_v46, TestBase.ValueTupleRef, TestBase.
SystemRuntimeFacadeRef
];