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