3 overrides of WithElementType
Microsoft.CodeAnalysis.VisualBasic (3)
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))