21 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(
1342
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics();
1371
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics();
1399
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics(
1431
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics(
1466
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics(
1504
new MetadataReference[] { SystemRef,
LinqAssemblyRef
},
1545
new MetadataReference[] { SystemRef,
LinqAssemblyRef
},
1577
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)
12627
DiagnosticsUtils.VerifyErrorsAndGetCompilationWithMscorlib(text, new[] {
LinqAssemblyRef
},
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\ExtensionMethodTests.cs (1)
2429
references: new[] { MscorlibRef,
LinqAssemblyRef
});
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Semantics\ForeachTest.vb (2)
430
</compilation>, references:={TestBase.
LinqAssemblyRef
})
901
</compilation>, references:={TestBase.
LinqAssemblyRef
})