3 references to OldMsCorLib
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\Retargeting\RetargetCustomAttributes.cs (3)
69
var compilation1 = CSharpCompilation.Create("C1", new[] { Parse(source) }, new[] {
OldMsCorLib
}, TestOptions.ReleaseDll);
80
c1MscorLibAssemblyRef = compilation1.GetReferencedAssemblySymbol(
OldMsCorLib
);
298
var c1 = CreateEmptyCompilation(source1, new[] {
OldMsCorLib
});