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