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(
1384
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics();
1413
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics();
1441
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics(
1473
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics(
1508
CreateCompilationWithMscorlib461(source, new MetadataReference[] { SystemRef,
LinqAssemblyRef
}).VerifyDiagnostics(
1546
new MetadataReference[] { SystemRef,
LinqAssemblyRef
},
1587
new MetadataReference[] { SystemRef,
LinqAssemblyRef
},
1619
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)
12672
DiagnosticsUtils.VerifyErrorsAndGetCompilationWithMscorlib(text, new[] {
LinqAssemblyRef
},
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\ExtensionMethodTests.cs (1)
2429
references: new[] { MscorlibRef,
LinqAssemblyRef
});