1 write to BackchannelCompletionSource
aspire (1)
Commands\PipelineCommandBase.cs (1)
164BackchannelCompletionSource = backchannelCompletionSource,
8 references to BackchannelCompletionSource
aspire (8)
Projects\DotNetAppHostProject.cs (3)
395context.BackchannelCompletionSource?.TrySetException(exception); 423context.BackchannelCompletionSource?.TrySetException( 454context.BackchannelCompletionSource,
Projects\GuestAppHostProject.cs (5)
591context.BackchannelCompletionSource?.TrySetException( 613if (context.BackchannelCompletionSource is not null) 615_ = StartBackchannelConnectionAsync(appHostServerProcess, backchannelSocketPath, context.BackchannelCompletionSource, enableHotReload: false, cancellationToken); 636context.BackchannelCompletionSource?.TrySetException( 686context.BackchannelCompletionSource?.TrySetException(error);