1 write to _cts
Aspire.Dashboard (1)
Components\Pages\ConsoleLogs.razor.cs (1)
50_cts = new();
3 references to _cts
Aspire.Dashboard (3)
Components\Pages\ConsoleLogs.razor.cs (3)
43public CancellationToken CancellationToken => _cts.Token; 52_cts.Token.Register(static state => 63_cts.Cancel();