3 overrides of WithElementTypeCore
Microsoft.CodeAnalysis.CSharp (3)
Symbols\ArrayTypeSymbol.cs (3)
523
protected override ArrayTypeSymbol
WithElementTypeCore
(TypeWithAnnotations newElementType)
613
protected override ArrayTypeSymbol
WithElementTypeCore
(TypeWithAnnotations elementTypeWithAnnotations)
646
protected override ArrayTypeSymbol
WithElementTypeCore
(TypeWithAnnotations elementTypeWithAnnotations)
1 reference to WithElementTypeCore
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ArrayTypeSymbol.cs (1)
99
return ElementTypeWithAnnotations.IsSameAs(elementTypeWithAnnotations) ? this :
WithElementTypeCore
(elementTypeWithAnnotations);