This option controls whether language keywords (int, string, ...) should be preferred over framework type names (Int32, String, ...) when accessing static members.
var value = int.MaxValue;
var value = Int32.MaxValue;