4 overrides of WithElementType
Microsoft.CodeAnalysis.VisualBasic (4)
Semantics\Conversions.vb (1)
4565
Friend Overrides Function
WithElementType
(elementType As TypeSymbol) As ArrayTypeSymbol
Symbols\ArrayTypeSymbol.vb (3)
582
Friend Overrides Function
WithElementType
(newElementType As TypeSymbol) As ArrayTypeSymbol
634
Friend Overrides Function
WithElementType
(newElementType As TypeSymbol) As ArrayTypeSymbol
686
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))