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