This option controls whether fields that are only assigned inline or in a constructor should be marked readonly.
private readonly int f = 0;
private int f = 0;