There is "find usages" command, but often the case is that a field is used in many places, and you only need to find where it's assigned. I think usually assignment is much more rare, for example it's normal if a field is assigned in one place only, but read twenty times. So If you need to find out what sets it, you have to look through twenty occurences.