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