Find All References on the extension method declaration does not find the reference inside the CREF.
Rename should also apply to both as one.
/// <see cref="E.extension(int).M()"/>
public static class E
{
extension(int i)
{
public void M() { } // invoke FindAllReferences here
}
}
Relates to test plan #76130