2 references to IsInterfaceMemberImplementation
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeSymbol.cs (2)
1624
if (
IsInterfaceMemberImplementation
(correspondingImplementingAccessor, interfaceAccessorWithImplementationName, implementingTypeIsFromSomeCompilation))
2196
if (
IsInterfaceMemberImplementation
(member, interfaceMember, implementingTypeIsFromSomeCompilation))