1 write to _cts
Aspire.Dashboard (1)
Otlp\Storage\Subscription.cs (1)
39
_cts
= new CancellationTokenSource();
3 references to _cts
Aspire.Dashboard (3)
Otlp\Storage\Subscription.cs (3)
40
_cancellationToken =
_cts
.Token;
114
_cts
.Cancel();
115
_cts
.Dispose();