2 references to SendKeyAsync
Aspire.Hosting (2)
ApplicationModel\Hex1bAspireTerminal.cs (1)
303await TerminalAutomation.SendKeyAsync(terminal, _automator!, key, cancellationToken).ConfigureAwait(false);
ApplicationModel\ResourceAspireTerminal.cs (1)
113await TerminalAutomation.SendKeyAsync(connection.Terminal, connection.Automator, key, cancellationToken).ConfigureAwait(false);