4 references to GetAllBaseTypes
Microsoft.DotNet.ApiCompatibility (1)
Rules\MembersMustExist.cs (1)
118foreach (ITypeSymbol type in containingType.GetAllBaseTypes())
Microsoft.DotNet.ApiSymbolExtensions (3)
SymbolExtensions.cs (3)
47foreach (ITypeSymbol baseInterface in @interface.GetAllBaseTypes()) 54foreach (ITypeSymbol baseType in type.BaseType.GetAllBaseTypes()) 106foreach (ITypeSymbol baseType in type.GetAllBaseTypes())