4 references to GetAllBaseInterfaces
Microsoft.DotNet.ApiCompatibility (2)
Rules\CannotRemoveBaseTypeOrInterface.cs (2)
73
HashSet<ITypeSymbol> rightInterfaces = new(right.
GetAllBaseInterfaces
(), _settings.SymbolEqualityComparer);
75
foreach (ITypeSymbol leftInterface in left.
GetAllBaseInterfaces
())
Microsoft.DotNet.ApiSymbolExtensions (2)
SymbolExtensions.cs (2)
102
foreach (ITypeSymbol baseInterface in @interface.
GetAllBaseInterfaces
())
107
foreach (ITypeSymbol baseInterface in baseType.
GetAllBaseInterfaces
())