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