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