1 write to _pipe
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionStartBenchmark.cs (1)
38
_pipe
= new TestDuplexPipe();
2 references to _pipe
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
HubConnectionStartBenchmark.cs (2)
48
connection.Transport =
_pipe
;
58
_pipe
.AddReadResult(new ValueTask<ReadResult>(_handshakeResponseResult));