2 references to ConnectAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestAppHostBackchannel.cs (2)
101
if (
ConnectAsyncCallback
!= null)
103
await
ConnectAsyncCallback
.Invoke(socketPath, cancellationToken).ConfigureAwait(false);