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