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