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