Skip to content

Field-like events with initializers #18

@DustinCampbell

Description

@DustinCampbell

Events defined like the following example are not matched properly (admittedly, these are extremely rare)

class C
{
    public event Action E = () => { };
    public event Action E1 = () => { }, E2 = () => { };
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions