1 write to c1MscorLibAssemblyRef
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Retargeting\RetargetingCustomAttributes.vb (1)
76
c1MscorLibAssemblyRef
= compilation1.GetReferencedAssemblySymbol(OldMsCorLib)
3 references to c1MscorLibAssemblyRef
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
SymbolsTests\Retargeting\RetargetingCustomAttributes.vb (3)
78
Assert.NotSame(
c1MscorLibAssemblyRef
, c2MscorlibAssemblyRef)
80
OldMsCorLib_systemType =
c1MscorLibAssemblyRef
.GetTypeByMetadataName("System.Type")
84
OldMsCorLib_debuggerTypeProxyAttributeType =
c1MscorLibAssemblyRef
.GetTypeByMetadataName("System.Diagnostics.DebuggerTypeProxyAttribute")