``` ts function f(this:any) { this;// find all ref/ goto def here } ``` I expect this should show the two references of `this`.