I have a page and there is a public variable that is being set somewhere, but I can’t find where it is being set. I have tried using ‘Find Usages’ but it only finds where it used within the same page.
Are there any other ways I can find out where it is being set?
Change it into property and set a breakpoint in setter.