1 write to c2MscorlibAssemblyRef
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Retargeting\RetargetingCustomAttributes.vb (1)
88
c2MscorlibAssemblyRef
= compilation2.GetReferencedAssemblySymbol(NewMsCorLib)
3 references to c2MscorlibAssemblyRef
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
SymbolsTests\Retargeting\RetargetingCustomAttributes.vb (3)
89
Assert.NotSame(c1MscorLibAssemblyRef,
c2MscorlibAssemblyRef
)
92
NewMsCorLib_systemType =
c2MscorlibAssemblyRef
.GetTypeByMetadataName("System.Type")
96
NewMsCorLib_debuggerTypeProxyAttributeType =
c2MscorlibAssemblyRef
.GetTypeByMetadataName("System.Diagnostics.DebuggerTypeProxyAttribute")