1 write to _connectionSetupTcs
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
97_connectionSetupTcs = new TaskCompletionSource();
5 references to _connectionSetupTcs
aspire (5)
Backchannel\ExtensionBackchannel.cs (5)
89if (_connectionSetupTcs is not null) 93await Task.WhenAny(_connectionSetupTcs.Task, cancellationTask).ConfigureAwait(false); 116_connectionSetupTcs.SetResult(); 143_connectionSetupTcs.SetException(ex); 150_connectionSetupTcs.SetException(ex);