Files
jellyfin/MediaBrowser.Model
Bond_009 a9a5fcde81 Use ArgumentNullException.ThrowIfNull helper method
Did a simple search/replace on the whole repo (except the RSSDP project)
This reduces LOC and should improve performance (methods containing a throw statement don't get inlined)

```
if \((\w+) == null\)
\s+\{
\s+throw new ArgumentNullException\((.*)\);
\s+\}
```

```
ArgumentNullException.ThrowIfNull($1);
```
2022-10-06 20:21:23 +02:00
..
2021-07-26 23:02:32 +02:00
2021-10-26 13:56:30 +02:00
2021-10-27 19:20:14 -06:00
2020-02-23 12:11:43 +01:00
2022-08-15 06:48:34 -04:00
2022-02-14 14:46:04 +01:00
2022-03-02 19:55:44 -07:00
2022-03-08 22:20:43 +01:00
2021-12-24 18:28:27 +01:00
2020-08-20 15:17:42 +08:00
2022-08-15 06:48:34 -04:00
2022-08-15 06:48:34 -04:00
2021-10-26 13:56:30 +02:00