You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look at how highlighting of references of FinishedStatus doesn't work if I select the symbol in a constructor expression, while it works if I select the type in a declaration expression:
Unfortunately, I could not narrow down the context in which it doesn't work. But it never picks up this type (or any of its siblings - inherited from JobStatusUpdate) in any file in the whole solution.
Notes:
Code compiles successfully
Go To Definition and Find All References work fine
Diagnostic Id:
N/A
Expected Behavior:
It finds and highlights references from all starting points.
Actual Behavior:
It does not highlight references from a constructor expression.