1 write to c1MscorLibAssemblyRef
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Retargeting\RetargetCustomAttributes.cs (1)
79
c1MscorLibAssemblyRef
= compilation1.GetReferencedAssemblySymbol(OldMsCorLib);
3 references to c1MscorLibAssemblyRef
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\Retargeting\RetargetCustomAttributes.cs (3)
81
Assert.NotSame(
c1MscorLibAssemblyRef
, c2MscorlibAssemblyRef);
83
oldMsCorLib_systemType =
c1MscorLibAssemblyRef
.GetTypeByMetadataName("System.Type");
87
oldMsCorLib_debuggerTypeProxyAttributeType =
c1MscorLibAssemblyRef
.GetTypeByMetadataName("System.Diagnostics.DebuggerTypeProxyAttribute");