1 write to c1
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Retargeting\RetargetCustomAttributes.cs (1)
70c1 = new CSharpCompilationReference(compilation1);
4 references to c1
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\Retargeting\RetargetCustomAttributes.cs (4)
74var compilation2 = CSharpCompilation.Create("C2", references: new MetadataReference[] { NewMsCorLib, c1 }); 77var c1AsmRef = compilation2.GetReferencedAssemblySymbol(c1); 180var c1AsmRef = test.c2.Compilation.GetReferencedAssemblySymbol(test.c1); 189var c1AsmRef = test.c2.Compilation.GetReferencedAssemblySymbol(test.c1);