When using the Introduce and initialize field context action on a constructor parameter named x a field is introduced with the name m_X.
I have defined the prefix for class fields to be m_.
It seems that the first character of fields is always converted to uppercase. Our coding standard is that private fields should have a lower case first character. There should be a way of defining this in the code formatting/standards options in Resharper.