osu/osu.Game/Extensions
Bartłomiej Dach 43c73f9583 Mark access to exception if task faulted as safe
There are seemingly no C#-side compile-time guarantees that it is safe,
but if the task's state is `Faulted` (as is checked right before), the
exception cannot be null as per the documentation.
2021-05-15 00:09:34 +02:00
..
DrawableExtensions.cs
EditorDisplayExtensions.cs
TaskExtensions.cs Mark access to exception if task faulted as safe 2021-05-15 00:09:34 +02:00
TypeExtensions.cs
WebRequestExtensions.cs