1 write to BackchannelCompletionSource
aspire (1)
Commands\PipelineCommandBase.cs (1)
279BackchannelCompletionSource = backchannelCompletionSource,
10 references to BackchannelCompletionSource
aspire (10)
Projects\DotNetAppHostProject.cs (3)
2371context.BackchannelCompletionSource?.TrySetException(exception); 2400context.BackchannelCompletionSource?.TrySetException( 2430context.BackchannelCompletionSource,
Projects\GuestAppHostProject.cs (7)
1070context.BackchannelCompletionSource?.TrySetException( 1144context.BackchannelCompletionSource?.TrySetException( 1157context.BackchannelCompletionSource?.TrySetException(ex); 1174context.BackchannelCompletionSource?.TrySetException( 1200if (context.BackchannelCompletionSource is not null) 1202_ = StartBackchannelConnectionAsync(serverSession, backchannelSocketPath, context.BackchannelCompletionSource, enableHotReload: false, startProjectContext, cancellationToken); 1227context.BackchannelCompletionSource?.TrySetException(error);