Currently only the RequiresAssemblyFiles attribute is allowed on properties and events. It applies to all accessor methods as if it was present on those methods. If the method has its own attribute the one on the method is used.
For consistency it would be good to allow also the RequiresUnreferencedCode and RequiresDynamicCode attributes on properties and events. On the other hand we don't have any immediate need for that.