5 writes to ConnectAsyncCallback
Aspire.Cli.Tests (5)
DotNet\DotNetCliRunnerTests.cs (3)
1110
ConnectAsyncCallback
= (_, _) => throw new SocketException((int)SocketError.ConnectionRefused)
1150
ConnectAsyncCallback
= (_, _) => throw new SocketException((int)SocketError.ConnectionRefused)
1192
ConnectAsyncCallback
= (_, _) => throw new SocketException((int)SocketError.ConnectionRefused)
Projects\GuestAppHostProjectTests.cs (2)
1086
ConnectAsyncCallback
= (_, _) => throw new SocketException((int)SocketError.ConnectionRefused)
1114
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);