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