2 references to SendTextAsync
Aspire.Hosting (2)
ApplicationModel\Hex1bAspireTerminal.cs (1)
297
await TerminalAutomation.
SendTextAsync
(_automator!, text, cancellationToken).ConfigureAwait(false);
ApplicationModel\ResourceAspireTerminal.cs (1)
107
await TerminalAutomation.
SendTextAsync
(connection.Automator, text, cancellationToken).ConfigureAwait(false);