1 write to NewMsCorLib_systemType
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Retargeting\RetargetingCustomAttributes.vb (1)
92NewMsCorLib_systemType = c2MscorlibAssemblyRef.GetTypeByMetadataName("System.Type")
4 references to NewMsCorLib_systemType
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (4)
SymbolsTests\Retargeting\RetargetingCustomAttributes.vb (4)
93Assert.NotSame(OldMsCorLib_systemType, NewMsCorLib_systemType) 103Where(Function(m) DirectCast(m, MethodSymbol).ParameterCount = 1 AndAlso TypeSymbol.Equals(DirectCast(m, MethodSymbol).Parameters(0).Type, NewMsCorLib_systemType, TypeCompareKind.ConsiderEverything)).[Single](), MethodSymbol) 141Assert.Same(NewMsCorLib_systemType, attribute.AttributeConstructor.Parameters(0).Type) 144attribute.VerifyValue(0, TypedConstantKind.Type, NewMsCorLib_systemType)