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