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)
48connection.Transport = _pipe; 58_pipe.AddReadResult(new ValueTask<ReadResult>(_handshakeResponseResult));