codeformatter
codeformatter copied to clipboard
_PascalCase fields do not get converted to _camelCase
public class CryptoStream
{
private byte[] _InputBuffer;
}
_InputBuffer did not get rewritten to _inputBuffer.