mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
a9a5fcde81
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); ``` |
||
---|---|---|
.. | ||
Device.cs | ||
DeviceInfo.cs | ||
DlnaHttpClient.cs | ||
MediaChangedEventArgs.cs | ||
PlaybackProgressEventArgs.cs | ||
PlaybackStartEventArgs.cs | ||
PlaybackStoppedEventArgs.cs | ||
PlaylistItem.cs | ||
PlaylistItemFactory.cs | ||
PlayToController.cs | ||
PlayToManager.cs | ||
TransportCommands.cs | ||
TransportState.cs | ||
uBaseObject.cs | ||
UpnpContainer.cs | ||
uPnpNamespaces.cs |