A bunch of properties (all of them?) are generating this warning. Note that the warning complains only about Get methods.
This happens because we generate the property wrappers in terms of their Get methods.
Should it be the case to make the Getter private if they are used in the property wrapper?
There was the issue of multi-valued properties but D9577 added support for it.