3 instantiations of ConstructedSymbol
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\UnboundGenericType.vb (3)
41
Return New UnboundGenericType.
ConstructedSymbol
(type.OriginalDefinition)
530
members(i) = (New UnboundGenericType.
ConstructedSymbol
(originalTypeMembers(i))).ConstructedFrom
541
Return OriginalDefinition.GetTypeMembers(name, arity).SelectAsArray(Function(t) (New UnboundGenericType.
ConstructedSymbol
(t)).ConstructedFrom)
4 references to ConstructedSymbol
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\UnboundGenericType.vb (4)
464
Dim containerAsConstructed = TryCast(container, UnboundGenericType.
ConstructedSymbol
)
554
Public ReadOnly Constructed As
ConstructedSymbol
558
Public Sub New(constructed As
ConstructedSymbol
)
573
Dim container = DirectCast(constructed.ContainingSymbol,
ConstructedSymbol
)