2 writes to OnSendKey
Aspire.Hosting.Tests (2)
Terminals\AspireTerminalTests.cs (2)
22OnSendKey = (_, _) => 50OnSendKey = (key, token) =>
1 reference to OnSendKey
Aspire.Hosting.Tests (1)
Utils\TestTerminalBackend.cs (1)
22=> OnSendKey?.Invoke(key, cancellationToken) ?? throw new NotSupportedException();