1 write to _connectionSetupTcs
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
80_connectionSetupTcs = new TaskCompletionSource();
5 references to _connectionSetupTcs
aspire (5)
Backchannel\ExtensionBackchannel.cs (5)
72if (_connectionSetupTcs is not null) 76await Task.WhenAny(_connectionSetupTcs.Task, cancellationTask).ConfigureAwait(false); 99_connectionSetupTcs.SetResult(); 126_connectionSetupTcs.SetException(ex); 133_connectionSetupTcs.SetException(ex);