1 write to BackchannelCompletionSource
aspire (1)
Commands\PipelineCommandBase.cs (1)
207BackchannelCompletionSource = backchannelCompletionSource,
8 references to BackchannelCompletionSource
aspire (8)
Projects\DotNetAppHostProject.cs (3)
404context.BackchannelCompletionSource?.TrySetException(exception); 432context.BackchannelCompletionSource?.TrySetException( 466context.BackchannelCompletionSource,
Projects\GuestAppHostProject.cs (5)
770context.BackchannelCompletionSource?.TrySetException( 795if (context.BackchannelCompletionSource is not null) 797_ = StartBackchannelConnectionAsync(appHostServerProcess, backchannelSocketPath, context.BackchannelCompletionSource, enableHotReload: false, cancellationToken); 818context.BackchannelCompletionSource?.TrySetException( 871context.BackchannelCompletionSource?.TrySetException(error);