5 writes to ConnectAsyncCallback
Aspire.Cli.Tests (5)
DotNet\DotNetCliRunnerTests.cs (3)
1060ConnectAsyncCallback = (_, _) => throw new SocketException((int)SocketError.ConnectionRefused) 1100ConnectAsyncCallback = (_, _) => throw new SocketException((int)SocketError.ConnectionRefused) 1142ConnectAsyncCallback = (_, _) => throw new SocketException((int)SocketError.ConnectionRefused)
Projects\GuestAppHostProjectTests.cs (2)
1083ConnectAsyncCallback = (_, _) => throw new SocketException((int)SocketError.ConnectionRefused) 1111ConnectAsyncCallback = (_, _) => throw new SocketException((int)SocketError.ConnectionRefused)
2 references to ConnectAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestAppHostCliBackchannel.cs (2)
113if (ConnectAsyncCallback != null) 115await ConnectAsyncCallback.Invoke(socketPath, cancellationToken).ConfigureAwait(false);