1 write to _exceptions
Microsoft.CodeAnalysis.Threading.Package (1)
ParallelExtensions.NetFramework.cs (1)
506
(
_exceptions
??= []).Add(e);
3 references to _exceptions
Microsoft.CodeAnalysis.Threading.Package (3)
ParallelExtensions.NetFramework.cs (3)
520
_exceptions
.AddRange(ae.InnerExceptions);
537
else if (
_exceptions
is null)
553
taskSet = TrySetException(
_exceptions
);