4 references to Create
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\InstanceTypeSymbol.vb (1)
109
Dim constructFrom = SubstitutedNamedType.SpecializedGenericType.
Create
(DirectCast(newContainer, NamedTypeSymbol), Me)
Symbols\SubstitutedNamedType.vb (3)
302
Return SpecializedGenericType.
Create
(Me, memberType)
1080
Dim constructFrom As SpecializedGenericType = SpecializedGenericType.
Create
(newContainedType, definition)
1180
constructFrom = SpecializedGenericType.
Create
(DirectCast(newContainer, NamedTypeSymbol), fullInstanceType)