2 instantiations of ConstructedSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\UnboundGenericType.vb (2)
42Return New UnboundGenericType.ConstructedSymbol(type.OriginalDefinition) 537members(i) = (New UnboundGenericType.ConstructedSymbol(originalTypeMembers(i))).ConstructedFrom
4 references to ConstructedSymbol
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\UnboundGenericType.vb (4)
471Dim containerAsConstructed = TryCast(container, UnboundGenericType.ConstructedSymbol) 561Public ReadOnly Constructed As ConstructedSymbol 565Public Sub New(constructed As ConstructedSymbol) 580Dim container = DirectCast(constructed.ContainingSymbol, ConstructedSymbol)