4 references to Flatten
mscorlib (1)
system\threading\Tasks\TaskExceptionHolder.cs (1)
115
AggregateException flattenedAggExp = aggExp.
Flatten
();
System (1)
net\System\Net\WebSockets\WebSocketBase.cs (1)
1362
ReadOnlyCollection<Exception> unwrappedExceptions = aggregateException.
Flatten
().InnerExceptions;
System.Core (1)
System\Linq\Parallel\Scheduling\QueryTaskGroupState.cs (1)
117
AggregateException flattenedAE = ae.
Flatten
();
System.ServiceModel.Internals (1)
System\Runtime\ExceptionTrace.cs (1)
139
ReadOnlyCollection<Exception> innerExceptions = aggregateException.
Flatten
().InnerExceptions;