1 write to _pipe
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionSendBenchmark.cs (1)
34
_pipe
= new TestDuplexPipe();
3 references to _pipe
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
HubConnectionSendBenchmark.cs (3)
35
_pipe
.AddReadResult(new ValueTask<ReadResult>(handshakeResponseResult));
43
_pipe
.AddReadResult(new ValueTask<ReadResult>(_tcs.Task));
62
connection.Transport =
_pipe
;