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