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