1 write to _cts
Aspire.Dashboard (1)
Components\Pages\ConsoleLogs.razor.cs (1)
55_cts = new();
3 references to _cts
Aspire.Dashboard (3)
Components\Pages\ConsoleLogs.razor.cs (3)
48public CancellationToken CancellationToken => _cts.Token; 57_cts.Token.Register(static state => 68_cts.Cancel();