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