3 references to DeclaresBaseInterface
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (3)
448
if (
DeclaresBaseInterface
(currType, @interface, ref result))
480
if (
DeclaresBaseInterface
(baseInterface, @interface, ref matchResult))
493
DeclaresBaseInterface
(interfaceType, @interface, ref matchResult))