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