This option controls whether anonymous type member names should be inferred from the expression rather than explicitly specified.
var obj = new { first, second };
var obj = new { first = first, second = second };