2 types derived from UnboundGenericType
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\UnboundGenericType.vb (2)
359Inherits UnboundGenericType 559Inherits UnboundGenericType
2 instantiations of UnboundGenericType
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\UnboundGenericType.vb (2)
368MyBase.New() 566MyBase.New()
14 references to UnboundGenericType
Microsoft.CodeAnalysis.VisualBasic (14)
Symbols\Metadata\PE\SymbolFactory.vb (1)
145Return If(namedType IsNot Nothing AndAlso namedType.IsGenericType, UnboundGenericType.Create(namedType), type)
Symbols\NamedTypeSymbolExtensions.vb (1)
78Return UnboundGenericType.Create(this)
Symbols\SubstitutedTypeParameterSymbol.vb (3)
69(TypeOf container Is UnboundGenericType AndAlso DirectCast(container, UnboundGenericType).Arity > 0 AndAlso 70DirectCast(container, UnboundGenericType).ConstructedFrom Is container))
Symbols\UnboundGenericType.vb (9)
35Dim specialized = TryCast(type, UnboundGenericType.ConstructedFromSymbol) 42Return New UnboundGenericType.ConstructedSymbol(type.OriginalDefinition) 295Return Equals(TryCast(other, UnboundGenericType), comparison) 298Public Overloads Function Equals(other As UnboundGenericType, comparison As TypeCompareKind) As Boolean 401result = UnboundGenericType.Create(originalDefinitionContainingType) 428result = New UnboundGenericType.ConstructedFromSymbol(Me) 471Dim containerAsConstructed = TryCast(container, UnboundGenericType.ConstructedSymbol) 537members(i) = (New UnboundGenericType.ConstructedSymbol(originalTypeMembers(i))).ConstructedFrom 548Return OriginalDefinition.GetTypeMembers(name, arity).SelectAsArray(Function(t) (New UnboundGenericType.ConstructedSymbol(t)).ConstructedFrom)