1 write to _connectionSetupTcs
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
81_connectionSetupTcs = new TaskCompletionSource();
5 references to _connectionSetupTcs
aspire (5)
Backchannel\ExtensionBackchannel.cs (5)
73if (_connectionSetupTcs is not null) 77await Task.WhenAny(_connectionSetupTcs.Task, cancellationTask).ConfigureAwait(false); 100_connectionSetupTcs.SetResult(); 127_connectionSetupTcs.SetException(ex); 134_connectionSetupTcs.SetException(ex);