4 references to IsInterfaceType
Microsoft.CodeAnalysis.Features (4)
FindUsages\AbstractFindUsagesService_FindImplementations.cs (1)
172if (symbol.IsInterfaceType() || symbol.IsImplementableMember())
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (3)
348if (memberSymbol.ContainingSymbol.IsInterfaceType()) 480symbol.IsInterfaceType() ? InheritanceRelationship.ImplementedInterface : InheritanceRelationship.BaseType, 630&& memberSymbol.ContainingSymbol.IsInterfaceType())