1 write to _connectionSetupTcs
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
98_connectionSetupTcs = new TaskCompletionSource();
5 references to _connectionSetupTcs
aspire (5)
Backchannel\ExtensionBackchannel.cs (5)
90if (_connectionSetupTcs is not null) 94await Task.WhenAny(_connectionSetupTcs.Task, cancellationTask).ConfigureAwait(false); 117_connectionSetupTcs.SetResult(); 144_connectionSetupTcs.SetException(ex); 151_connectionSetupTcs.SetException(ex);