Skip to content

FindAllReferences does not track extension members in CREF #81710

@jcouv

Description

@jcouv

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions