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)
584
cancellationToken.Register(() =>
_tcs
.TrySetResult());
585
await
_tcs
.Task;
608
await
_tcs
.Task;
619
await
_tcs
.Task;