5 instantiations of TestDuplexPipe
Microsoft.AspNetCore.SignalR.Microbenchmarks (5)
DefaultHubLifetimeManagerBenchmark.cs (1)
49Transport = new TestDuplexPipe(ForceAsync)
HubConnectionContextBenchmark.cs (1)
39_pipe = new TestDuplexPipe();
HubConnectionReceiveBenchmark.cs (1)
49_pipe = new TestDuplexPipe();
HubConnectionSendBenchmark.cs (1)
34_pipe = new TestDuplexPipe();
HubConnectionStartBenchmark.cs (1)
38_pipe = new TestDuplexPipe();
4 references to TestDuplexPipe
Microsoft.AspNetCore.SignalR.Microbenchmarks (4)
HubConnectionContextBenchmark.cs (1)
22private TestDuplexPipe _pipe;
HubConnectionReceiveBenchmark.cs (1)
26private TestDuplexPipe _pipe;
HubConnectionSendBenchmark.cs (1)
21private TestDuplexPipe _pipe;
HubConnectionStartBenchmark.cs (1)
21private TestDuplexPipe _pipe;