1 write to BackchannelCompletionSource
aspire (1)
Commands\PipelineCommandBase.cs (1)
161BackchannelCompletionSource = backchannelCompletionSource,
8 references to BackchannelCompletionSource
aspire (8)
Projects\DotNetAppHostProject.cs (3)
395context.BackchannelCompletionSource?.TrySetException(exception); 423context.BackchannelCompletionSource?.TrySetException( 454context.BackchannelCompletionSource,
Projects\GuestAppHostProject.cs (5)
612context.BackchannelCompletionSource?.TrySetException( 637if (context.BackchannelCompletionSource is not null) 639_ = StartBackchannelConnectionAsync(appHostServerProcess, backchannelSocketPath, context.BackchannelCompletionSource, enableHotReload: false, cancellationToken); 660context.BackchannelCompletionSource?.TrySetException( 710context.BackchannelCompletionSource?.TrySetException(error);