Skip to content

Inspect get/set for indexers doesn't work #63

@JakeYallop

Description

@JakeYallop

For example, given

 public bool this[int index]
 {
     get
     {
         return true;
     }
 }

Placing the cursor inside this and pressing the hotkey to open disasmo returns

Symbol is not recognized, put cursor on a function/class name

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions