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