1 write to _cts
Aspire.Dashboard (1)
Components\Pages\ConsoleLogs.razor.cs (1)
51_cts = new();
3 references to _cts
Aspire.Dashboard (3)
Components\Pages\ConsoleLogs.razor.cs (3)
44public CancellationToken CancellationToken => _cts.Token; 53_cts.Token.Register(static state => 64_cts.Cancel();