0

In VisualStudio (2015): is it possible to show references to a member variable like for properties and methods?

Monotomy
  • 554
  • 1
  • 6
  • 24

1 Answers1

1

If you right click on the field definition you can "Find all references" (Shift-F12 by default).

[I have no idea why Code Lens isn't applied to fields, so need to use pre-Code Lens functionality.]

Richard
  • 106,783
  • 21
  • 203
  • 265