4 references to _cts
Aspire.Dashboard (4)
Components\Controls\AssistantChat.razor.cs (4)
128
if (
_cts
.IsCancellationRequested)
139
await _module.InvokeVoidAsync("scrollToBottomChatAssistant",
_cts
.Token, scrollOptions);
291
catch (Exception ex) when (
_cts
.Token.IsCancellationRequested)
345
_cts
.Cancel();