3 references to NewMsCorLib
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\Retargeting\RetargetCustomAttributes.cs (3)
74var compilation2 = CSharpCompilation.Create("C2", references: new MetadataReference[] { NewMsCorLib, c1 }); 81c2MscorlibAssemblyRef = compilation2.GetReferencedAssemblySymbol(NewMsCorLib); 299var c2 = CreateEmptyCompilation(source2, new MetadataReference[] { NewMsCorLib, new CSharpCompilationReference(c1) });