5 references to _cts
Aspire.Hosting (5)
Dashboard\DashboardServiceData.cs (5)
28
_resourcePublisher = new ResourcePublisher(
_cts
.Token);
31
var cancellationToken =
_cts
.Token;
83
_cts
.Cancel();
84
_cts
.Dispose();
143
using var linked = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken,
_cts
.Token);