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