1 write to c2MscorlibAssemblyRef
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Retargeting\RetargetCustomAttributes.cs (1)
81
c2MscorlibAssemblyRef
= compilation2.GetReferencedAssemblySymbol(NewMsCorLib);
3 references to c2MscorlibAssemblyRef
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\Retargeting\RetargetCustomAttributes.cs (3)
82
Assert.NotSame(c1MscorLibAssemblyRef,
c2MscorlibAssemblyRef
);
85
newMsCorLib_systemType =
c2MscorlibAssemblyRef
.GetTypeByMetadataName("System.Type");
89
newMsCorLib_debuggerTypeProxyAttributeType =
c2MscorlibAssemblyRef
.GetTypeByMetadataName("System.Diagnostics.DebuggerTypeProxyAttribute");