Skip to content

GetSymbolInfo() should return the resolved method from a method group with inferred delegate type #52870

@cston

Description

@cston

Currently GetSymbolInfo() returns null for method groups with inferred delegate type, such as for the expression Main below.

class Program
{
    static void Main()
    {
        System.Delegate d = Main;
    }
}

Relates to "lambda improvements" feature (test plan)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions