Files
jellyfin/MediaBrowser.Model/Dlna
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
..
2022-03-06 18:13:54 -07:00
2021-12-20 13:31:07 +01:00
2020-02-23 12:11:43 +01:00
2022-08-15 06:48:34 -04:00
2020-02-23 12:11:43 +01:00
2021-09-06 21:15:30 +02:00
2020-02-23 12:11:43 +01:00
2020-02-23 12:11:43 +01:00
2020-02-23 12:11:43 +01:00
2020-02-23 12:11:43 +01:00
2020-06-15 10:45:55 +12:00
2020-02-23 12:11:43 +01:00
2021-09-09 15:59:13 +02:00
2020-02-23 12:11:43 +01:00
2020-02-23 12:11:43 +01:00
2022-03-06 18:13:54 -07:00
2020-09-13 13:49:11 +01:00