This option controls whether null checks should be preferred over type checks when testing for null.
if (o is null)
if (o is not IEnumerable<int>)