Difference between "Find Usages" and "Find All References"

Viewed 1039

What's the difference between "Find Usages" and "Find All References" in Visual Studio (in particular, VS 2017)? They generate a different UI window so they seem like distinct features. When would they return a different set of results?

1 Answers

Find Usages is a Resharper feature (i.e. not built into Visual Studio directly).

Related