13 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)
647
Debug.Assert(TypeOf containerToCheck Is SubstitutedNamedType.
SpecializedGenericType
)
Symbols\SubstitutedNamedType.vb (9)
308
Return
SpecializedGenericType
.Create(Me, memberType)
678
) As
SpecializedGenericType
755
Debug.Assert(TypeOf containerToCheck Is
SpecializedGenericType
)
1086
Dim constructFrom As
SpecializedGenericType
=
SpecializedGenericType
.Create(newContainedType, definition)
1128
Private ReadOnly _constructedFrom As
SpecializedGenericType
1130
Public Sub New(constructedFrom As
SpecializedGenericType
, substitution As TypeSubstitution)
1182
Dim constructFrom As
SpecializedGenericType
= _constructedFrom
1186
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