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