1 write to BackchannelCompletionSource
aspire (1)
Commands\PipelineCommandBase.cs (1)
166BackchannelCompletionSource = backchannelCompletionSource,
8 references to BackchannelCompletionSource
aspire (8)
Projects\DotNetAppHostProject.cs (3)
360context.BackchannelCompletionSource?.TrySetException(exception); 385context.BackchannelCompletionSource?.TrySetException( 414context.BackchannelCompletionSource,
Projects\GuestAppHostProject.cs (5)
584context.BackchannelCompletionSource?.TrySetException( 609if (context.BackchannelCompletionSource is not null) 611_ = StartBackchannelConnectionAsync(appHostServerProcess, backchannelSocketPath, context.BackchannelCompletionSource, enableHotReload: false, cancellationToken); 632context.BackchannelCompletionSource?.TrySetException( 682context.BackchannelCompletionSource?.TrySetException(error);