SymbolExtensions.BaseTypesAndSelf(ITypeSymbol) Method
Containing Type: SymbolExtensions
Assembly: Roslynator.Core.dll
Gets a list of base types of this type (including this type).
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ITypeSymbol> BaseTypesAndSelf(this Microsoft.CodeAnalysis.ITypeSymbol typeSymbol)
Parameters
typeSymbol ITypeSymbol