3 references to GetExceptions
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (3)
1255if (IsFaulted) e = GetExceptions(false); 1888Exception? exception = GetExceptions(includeTaskCanceledExceptions); 5107AggregateException? ex = t.GetExceptions(true);