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