4 overrides of WithElementType
Microsoft.CodeAnalysis.VisualBasic (4)
Semantics\Conversions.vb (1)
4560
Friend Overrides Function
WithElementType
(elementType As TypeSymbol) As ArrayTypeSymbol
Symbols\ArrayTypeSymbol.vb (3)
571
Friend Overrides Function
WithElementType
(newElementType As TypeSymbol) As ArrayTypeSymbol
623
Friend Overrides Function
WithElementType
(newElementType As TypeSymbol) As ArrayTypeSymbol
675
Friend Overrides Function
WithElementType
(newElementType As TypeSymbol) As ArrayTypeSymbol
1 reference to WithElementType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\TupleTypeDecoder.vb (1)
263
Return If(decodedElementType Is type.ElementType, type, type.
WithElementType
(decodedElementType))