``` TypeScript function foo() { arguments; arguments; } ``` _Expected_: Find all refs on either `arguments` will give you both of the above. Get occurrences will highlight both. _Actual_: No highlighting, no references found.