3 references to GetAllInterfaces
Microsoft.Cci.Extensions (1)
Extensions\TypeExtensions.cs (1)
100foreach (var iface in GetAllInterfaces(baseType))
Microsoft.DotNet.ApiCompat (2)
Rules\Compat\CannotRemoveBaseTypeOrInterface.cs (2)
56HashSet<ITypeReference> implInterfaces = new HashSet<ITypeReference>(impl.GetAllInterfaces(), _typeComparer); 58foreach (var contractInterface in contract.GetAllInterfaces())