Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add [DebuggerDisplay] to CancellationTokenSource (#105764)
* Add [DebuggerDisplay] to CancellationTokenSource Add `[DebuggerDisplay]` to `CancellationTokenSource` to show whether cancelled or disposed. Relates to #105698. * Update src/libraries/System.Private.CoreLib/src/System/Threading/CancellationTokenSource.cs --------- Co-authored-by: Stephen Toub <stoub@microsoft.com>
- Loading branch information