Is there a concrete way to find out if a specific field of a specific object is being accessed? It looks it would be possible to look at the IL and see for LdFld opcodes. Is that good enough? Are there other ways an objects field maybe accessed?
↧