5 references to CorelibraryWithCovariantReturnSupport
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (5)
Emit\CovariantReturnTests.cs (5)
240
Assert.NotNull(
CorelibraryWithCovariantReturnSupport
);
242
new[] {
CorelibraryWithCovariantReturnSupport
} :
243
references.ToArray().Prepend(
CorelibraryWithCovariantReturnSupport
);
358
CreateVisualBasicCompilation(vbSource, referencedAssemblies: new[] {
CorelibraryWithCovariantReturnSupport
, csharpReference })
429
var vbCompilation = CreateVisualBasicCompilation(vbSource, compilationOptions: compilationOptions, referencedAssemblies: new[] {
CorelibraryWithCovariantReturnSupport
, csharpReference })