13 references to SpecializedGenericType
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\InstanceTypeSymbol.vb (1)
109Dim constructFrom = SubstitutedNamedType.SpecializedGenericType.Create(DirectCast(newContainer, NamedTypeSymbol), Me)
Symbols\SubstitutedMethodSymbol.vb (1)
647Debug.Assert(TypeOf containerToCheck Is SubstitutedNamedType.SpecializedGenericType)
Symbols\SubstitutedNamedType.vb (9)
308Return SpecializedGenericType.Create(Me, memberType) 678) As SpecializedGenericType 755Debug.Assert(TypeOf containerToCheck Is SpecializedGenericType) 1086Dim constructFrom As SpecializedGenericType = SpecializedGenericType.Create(newContainedType, definition) 1128Private ReadOnly _constructedFrom As SpecializedGenericType 1130Public Sub New(constructedFrom As SpecializedGenericType, substitution As TypeSubstitution) 1182Dim constructFrom As SpecializedGenericType = _constructedFrom 1186constructFrom = SpecializedGenericType.Create(DirectCast(newContainer, NamedTypeSymbol), fullInstanceType)
Symbols\SubstitutedTypeParameterSymbol.vb (1)
67Debug.Assert(TypeOf container Is SubstitutedNamedType.SpecializedGenericType OrElse
Symbols\TypeSymbolExtensions.vb (1)
975genericType As SubstitutedNamedType.SpecializedGenericType