2 types derived from UnboundGenericType
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\UnboundGenericType.vb (2)
358
Inherits
UnboundGenericType
558
Inherits
UnboundGenericType
2 instantiations of UnboundGenericType
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\UnboundGenericType.vb (2)
367
MyBase.
New
()
565
MyBase.
New
()
14 references to UnboundGenericType
Microsoft.CodeAnalysis.VisualBasic (14)
Symbols\Metadata\PE\SymbolFactory.vb (1)
145
Return If(namedType IsNot Nothing AndAlso namedType.IsGenericType,
UnboundGenericType
.Create(namedType), type)
Symbols\NamedTypeSymbolExtensions.vb (1)
78
Return
UnboundGenericType
.Create(this)
Symbols\SubstitutedTypeParameterSymbol.vb (3)
69
(TypeOf container Is
UnboundGenericType
AndAlso DirectCast(container,
UnboundGenericType
).Arity > 0 AndAlso
70
DirectCast(container,
UnboundGenericType
).ConstructedFrom Is container))
Symbols\UnboundGenericType.vb (9)
34
Dim specialized = TryCast(type,
UnboundGenericType
.ConstructedFromSymbol)
41
Return New
UnboundGenericType
.ConstructedSymbol(type.OriginalDefinition)
294
Return Equals(TryCast(other,
UnboundGenericType
), comparison)
297
Public Overloads Function Equals(other As
UnboundGenericType
, comparison As TypeCompareKind) As Boolean
400
result =
UnboundGenericType
.Create(originalDefinitionContainingType)
427
result = New
UnboundGenericType
.ConstructedFromSymbol(Me)
470
Dim containerAsConstructed = TryCast(container,
UnboundGenericType
.ConstructedSymbol)
536
members(i) = (New
UnboundGenericType
.ConstructedSymbol(originalTypeMembers(i))).ConstructedFrom
547
Return OriginalDefinition.GetTypeMembers(name, arity).SelectAsArray(Function(t) (New
UnboundGenericType
.ConstructedSymbol(t)).ConstructedFrom)