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