3 references to ReportGroupsAsync
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\FindReferencesSearchEngine.cs (2)
90await ReportGroupsAsync(allSymbols, cancellationToken).ConfigureAwait(false); 120await ReportGroupsAsync(allSymbols, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\FindReferencesSearchEngine_FindReferencesInDocuments.cs (1)
42await ReportGroupsAsync(allSymbols, cancellationToken).ConfigureAwait(false);