1 write to _currentResponseCts
Aspire.Dashboard (1)
Model\Assistant\AssistantChatViewModel.cs (1)
480var currentResponseCts = _currentResponseCts = _currentResponseCts?.TryReset() ?? false
5 references to _currentResponseCts
Aspire.Dashboard (5)
Model\Assistant\AssistantChatViewModel.cs (5)
477_currentResponseCts?.Cancel(); 480var currentResponseCts = _currentResponseCts = _currentResponseCts?.TryReset() ?? false 481? _currentResponseCts 597if (_currentResponseCts?.IsCancellationRequested ?? false) 905_currentResponseCts?.Cancel();