4 references to CallServiceAsync
Aspire.Dashboard (4)
Components\Controls\AssistantChat.razor.cs (1)
338await ChatViewModel.CallServiceAsync();
Model\Assistant\AssistantChatViewModel.cs (3)
323await CallServiceAsync().ConfigureAwait(false); 956await CallServiceAsync().ConfigureAwait(false); 968await CallServiceAsync().ConfigureAwait(false);