1 write to _currentResponseCts
Aspire.Dashboard (1)
Model\Assistant\AssistantChatViewModel.cs (1)
475var currentResponseCts = _currentResponseCts = _currentResponseCts?.TryReset() ?? false
5 references to _currentResponseCts
Aspire.Dashboard (5)
Model\Assistant\AssistantChatViewModel.cs (5)
472_currentResponseCts?.Cancel(); 475var currentResponseCts = _currentResponseCts = _currentResponseCts?.TryReset() ?? false 476? _currentResponseCts 592if (_currentResponseCts?.IsCancellationRequested ?? false) 900_currentResponseCts?.Cancel();