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