3 overrides of WithElementType
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\ArrayTypeSymbol.vb (3)
582Friend Overrides Function WithElementType(newElementType As TypeSymbol) As ArrayTypeSymbol 634Friend Overrides Function WithElementType(newElementType As TypeSymbol) As ArrayTypeSymbol 686Friend Overrides Function WithElementType(newElementType As TypeSymbol) As ArrayTypeSymbol
1 reference to WithElementType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\TupleTypeDecoder.vb (1)
263Return If(decodedElementType Is type.ElementType, type, type.WithElementType(decodedElementType))