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