1 instantiation of SpecializedGenericType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\SubstitutedNamedType.vb (1)
687
Return New
SpecializedGenericType
(container, substitution, newTypeParameters)
15 references to SpecializedGenericType
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\InstanceTypeSymbol.vb (1)
109
Dim constructFrom = SubstitutedNamedType.
SpecializedGenericType
.Create(DirectCast(newContainer, NamedTypeSymbol), Me)
Symbols\SubstitutedMethodSymbol.vb (1)
637
Debug.Assert(TypeOf containerToCheck Is SubstitutedNamedType.
SpecializedGenericType
)
Symbols\SubstitutedNamedType.vb (9)
302
Return
SpecializedGenericType
.Create(Me, memberType)
662
) As
SpecializedGenericType
739
Debug.Assert(TypeOf containerToCheck Is
SpecializedGenericType
)
1070
Dim constructFrom As
SpecializedGenericType
=
SpecializedGenericType
.Create(newContainedType, definition)
1112
Private ReadOnly _constructedFrom As
SpecializedGenericType
1114
Public Sub New(constructedFrom As
SpecializedGenericType
, substitution As TypeSubstitution)
1166
Dim constructFrom As
SpecializedGenericType
= _constructedFrom
1170
constructFrom =
SpecializedGenericType
.Create(DirectCast(newContainer, NamedTypeSymbol), fullInstanceType)
Symbols\SubstitutedTypeParameterSymbol.vb (1)
67
Debug.Assert(TypeOf container Is SubstitutedNamedType.
SpecializedGenericType
OrElse
Symbols\TypeSymbolExtensions.vb (1)
975
genericType As SubstitutedNamedType.
SpecializedGenericType
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (2)
SymbolsTests\Source\ImplementsTests.vb (2)
2537
Assert.IsType(Of SubstitutedNamedType.
SpecializedGenericType
)(iFooOfIntTU)
2541
Assert.IsType(Of SubstitutedNamedType.
SpecializedGenericType
)(fooSOfIntTU)