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