mirror of
https://github.com/ppy/osu.git
synced 2024-11-20 11:42:54 +08:00
aaa7c7eb05
Uses the usual pattern of two `ReferenceEquals` checks against `this` and `null` before proceeding to inspect field values. Doing this causes the compiler to infer that at the point that field values are checked, `other` can no longer viably be `null`. |
||
---|---|---|
.. | ||
FrameDataBundle.cs | ||
FrameHeader.cs | ||
ISpectatorClient.cs | ||
ISpectatorServer.cs | ||
SpectatorState.cs | ||
SpectatorStreamingClient.cs |