19 references to LinqAssemblyRef
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenLocalFunctionTests.cs (1)
1089
}", references: new[] {
LinqAssemblyRef
});
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (17)
Semantics\BindingAsyncTests.cs (14)
412
CreateCompilationWithMscorlib461(source, new MetadataReference[] {
LinqAssemblyRef
, SystemRef }).VerifyDiagnostics(
449
CreateCompilationWithMscorlib461(source, new MetadataReference[] {
LinqAssemblyRef
, SystemRef }).VerifyDiagnostics();
479
CreateCompilationWithMscorlib461(source, new MetadataReference[] {
LinqAssemblyRef
, SystemRef }).VerifyDiagnostics(
512
CreateCompilationWithMscorlib461(source, new MetadataReference[] {
LinqAssemblyRef
, SystemRef }).VerifyDiagnostics(
546
CreateCompilationWithMscorlib461(source, new MetadataReference[] {
LinqAssemblyRef
, SystemRef }).VerifyDiagnostics(
580
CreateCompilationWithMscorlib461(source, new MetadataReference[] {
LinqAssemblyRef
, SystemRef }).VerifyDiagnostics(
1399
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics();
1428
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics();
1456
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics(
1488
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics(
1523
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics(
1561
new MetadataReference[] { SystemRef,
LinqAssemblyRef
},
1602
new MetadataReference[] { SystemRef,
LinqAssemblyRef
},
1634
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics(
Semantics\ConstantTests.cs (2)
3457
var comp = CreateCompilationWithMscorlib40(source, references: new[] {
LinqAssemblyRef
});
3479
var comp = CreateCompilationWithMscorlib40(source, references: new[] {
LinqAssemblyRef
});
Semantics\SemanticErrorTests.cs (1)
12681
DiagnosticsUtils.VerifyErrorsAndGetCompilationWithMscorlib(text, new[] {
LinqAssemblyRef
},
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\ExtensionMethodTests.cs (1)
2429
references: new[] { MscorlibRef,
LinqAssemblyRef
});