2 instantiations of BlockingStream
Microsoft.AspNetCore.SignalR.Client.Tests (2)
HttpConnectionTests.Transport.cs (2)
480
var stream = new
BlockingStream
(tcs);
533
var stream = new
BlockingStream
(tcs);
2 references to BlockingStream
Microsoft.AspNetCore.SignalR.Client.Tests (2)
HttpConnectionTests.Transport.cs (2)
480
var
stream = new BlockingStream(tcs);
533
var
stream = new BlockingStream(tcs);