4 references to _cts
Aspire.Dashboard (4)
Components\Pages\Resources.razor.cs (4)
261var (snapshot, subscription) = await DataSource.ResourceRepository.SubscribeResourcesAsync(_cts.Token); 276await foreach (var changes in subscription.WithCancellation(_cts.Token).ConfigureAwait(false)) 593await Task.Delay(200, _cts.Token); 990_cts.Cancel();