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