With this code ```c# class C { int M() { return property1; } } ``` As expected, I get offered to generate a field/property/local:  but if the identifier name is `property`, I get nothing: 
With this code
As expected, I get offered to generate a field/property/local:

but if the identifier name is

property, I get nothing: