1 write to _tcs
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HttpConnectionTests.Transport.cs (1)
564_tcs = tcs;
4 references to _tcs
Microsoft.AspNetCore.SignalR.Client.Tests (4)
HttpConnectionTests.Transport.cs (4)
584cancellationToken.Register(() => _tcs.TrySetResult()); 585await _tcs.Task; 608await _tcs.Task; 619await _tcs.Task;