2 references to RunParallelAsync
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (1)
85
return await ProducerConsumer<(Project project, ImmutableArray<Diagnostic> diagnostics)>.
RunParallelAsync
(
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (1)
76
allDiagnostics = await ProducerConsumer<ImmutableArray<Diagnostic>>.
RunParallelAsync
(