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