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