2 references to StartBackchannelAsync
aspire (2)
DotNet\DotNetCliRunner.cs (2)
275
await
StartBackchannelAsync
(null, socketPath!, backchannelCompletionSource, backchannelParentContext, cancellationToken).ConfigureAwait(false);
299
_ =
StartBackchannelAsync
(execution, socketPath, backchannelCompletionSource, backchannelParentContext, cancellationToken);