Skip to content

Commit 5755d7c

Browse files
revert
1 parent 3ddd7ac commit 5755d7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Workspaces/Core/Portable/FindSymbols/FindReferences/StreamingFindReferencesProgress.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ public async ValueTask OnDefinitionFoundAsync(SymbolGroup group, CancellationTok
4242
{
4343
foreach (var symbol in group.Symbols)
4444
_progress.OnDefinitionFound(symbol);
45-
46-
return;
4745
}
4846
catch (Exception ex) when (FatalError.ReportAndPropagateUnlessCanceled(ex, cancellationToken))
4947
{

0 commit comments

Comments
 (0)