Version Used: v15.6.4
Steps to Reproduce:
- Create a class with a custom
GetAwaiter that returns an awaitable.
- Instantiate that class and
await on it from a separate async method.
Expected Behavior:
That the GetAwaiter method shows references from being used in an await expression.
Actual Behavior:
