1 write to _connectionSetupTcs
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
96_connectionSetupTcs = new TaskCompletionSource();
5 references to _connectionSetupTcs
aspire (5)
Backchannel\ExtensionBackchannel.cs (5)
88if (_connectionSetupTcs is not null) 92await Task.WhenAny(_connectionSetupTcs.Task, cancellationTask).ConfigureAwait(false); 115_connectionSetupTcs.SetResult(); 142_connectionSetupTcs.SetException(ex); 149_connectionSetupTcs.SetException(ex);