3 references to CheckForImplementationOfCorrespondingPropertyOrEvent
Microsoft.CodeAnalysis.CSharp (3)
Symbols\TypeSymbol.cs (3)
712
/// <see cref="
CheckForImplementationOfCorrespondingPropertyOrEvent
"/>. And the process of looking up an implementation for a property can
715
/// <see cref="
CheckForImplementationOfCorrespondingPropertyOrEvent
"/>. Fortunately, logic in it allows us to ignore the presence of
967
CheckForImplementationOfCorrespondingPropertyOrEvent
((MethodSymbol)interfaceMember, implementingType, implementingTypeIsFromSomeCompilation, ref implicitImpl);