This is all the ways to mark a serialized field before renaming depending on its type [SerializeField, FormerlySerializedAs("TAG")]:
where TAG's are:
<[property name]>k__BackingField
_[camel-cased property name]
_[property name]
m_[camel-cased property name]
m_[property name]
[property name]_