1 write to BackchannelCompletionSource
aspire (1)
Commands\RunCommand.cs (1)
340
BackchannelCompletionSource
= backchannelCompletionSource,
14 references to BackchannelCompletionSource
aspire (4)
Projects\DotNetAppHostProject.cs (1)
1552
var backchannelCompletionSource = context.
BackchannelCompletionSource
?? new TaskCompletionSource<IAppHostCliBackchannel>();
Projects\GuestAppHostProject.cs (3)
543
var backchannelCompletionSource = context.
BackchannelCompletionSource
?? new TaskCompletionSource<IAppHostCliBackchannel>();
600
context.
BackchannelCompletionSource
?.TrySetException(
734
context.
BackchannelCompletionSource
?.TrySetException(error);
Aspire.Cli.Tests (10)
Commands\RunCommandTests.cs (10)
544
context.
BackchannelCompletionSource
?.TrySetResult(new TestAppHostBackchannel
1296
context.
BackchannelCompletionSource
?.TrySetResult(new TestAppHostBackchannel
1373
context.
BackchannelCompletionSource
?.TrySetResult(new TestAppHostBackchannel
1438
context.
BackchannelCompletionSource
?.TrySetResult(new TestAppHostBackchannel
1499
context.
BackchannelCompletionSource
?.TrySetResult(new TestAppHostBackchannel
1555
context.
BackchannelCompletionSource
?.TrySetResult(new TestAppHostBackchannel
1617
context.
BackchannelCompletionSource
?.TrySetResult(new TestAppHostBackchannel
1681
context.
BackchannelCompletionSource
?.TrySetResult(new TestAppHostBackchannel
1802
context.
BackchannelCompletionSource
?.TrySetException(
1866
context.
BackchannelCompletionSource
?.TrySetResult(new TestAppHostBackchannel