It would be useful to see whether a `CancellationTokenSource` has been canceled or disposed via `DebuggerDisplayAttribute`. Prior art: `CancellationToken` already does this.
It would be useful to see whether a
CancellationTokenSourcehas been canceled or disposed viaDebuggerDisplayAttribute.Prior art:
CancellationTokenalready does this.