I've noticed that by default, when Xamarin Studio creates private fields because of a refactor command, it leaves out the 'private' access modifier. I'm in the opinion that all access modifiers should be explicit (just my opinion). Is there a setting somewhere that will override this default behavior and include the access modifier?
Thanks in advance!