4 instantiations of ConstructedInstanceType
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\InstanceTypeSymbol.vb (2)
61Return New SubstitutedNamedType.ConstructedInstanceType(substitution) 93Return New SubstitutedNamedType.ConstructedInstanceType(substitution)
Symbols\SubstitutedNamedType.vb (2)
1089Return New ConstructedInstanceType(substitution) 1163Return New ConstructedInstanceType(newSubstitution)
4 references to ConstructedInstanceType
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (4)
Attributes\AttributeTests_WellKnownAttributes.vb (4)
514Assert.IsType(GetType(SubstitutedNamedType.ConstructedInstanceType), cOfInt) 519Assert.IsType(GetType(SubstitutedNamedType.ConstructedInstanceType), dOfInt) 3268Assert.IsType(Of SubstitutedNamedType.ConstructedInstanceType)(constructed) 3280Assert.IsType(Of SubstitutedNamedType.ConstructedInstanceType)(constructedS)