Skip to content

Commit

Permalink
Merge branch 'navBarCAdence' of https://github.com/CyrusNajmabadi/roslyn
Browse files Browse the repository at this point in the history
 into navBarCAdence
  • Loading branch information
CyrusNajmabadi committed May 23, 2024
2 parents 4e27543 + d1bfb49 commit 690522a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ void IDisposable.Dispose()
_eventSource.Disconnect();

_disconnected = true;

// Cancel off any remaining background work
_cancellationTokenSource.Cancel();
}

Expand Down

0 comments on commit 690522a

Please sign in to comment.