Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CancellationTokenRegistration.Token after CTS.Dispose (dotnet#21394)
CTR.Token should never throw, but it's currently throwing an ObjectDisposedException if the associated CancellationTokenSource has been disposed.
- Loading branch information