The current editorconfig specifies that private members should be camel-cased, while non-private members should be Pascal-cased.
I'm not sure what to do about InsertionPoint. It feels as though the fields should be camel-cased, but the editorconfig would force them to Pascal case.
The current editorconfig specifies that private members should be camel-cased, while non-private members should be Pascal-cased.
I'm not sure what to do about
InsertionPoint
. It feels as though the fields should be camel-cased, but the editorconfig would force them to Pascal case.