5 references to _cts
Aspire.Dashboard (5)
Components\Pages\StructuredLogs.razor.cs (5)
250
await Task.Delay(200,
_cts
.Token);
399
_cts
.Token);
479
_cts
.Cancel();
550
_cts
.Token).ConfigureAwait(false);
582
_cts
.Token);