5 instantiations of TestDuplexPipe
Microsoft.AspNetCore.SignalR.Microbenchmarks (5)
DefaultHubLifetimeManagerBenchmark.cs (1)
49
Transport = 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)
22
private
TestDuplexPipe
_pipe;
HubConnectionReceiveBenchmark.cs (1)
26
private
TestDuplexPipe
_pipe;
HubConnectionSendBenchmark.cs (1)
21
private
TestDuplexPipe
_pipe;
HubConnectionStartBenchmark.cs (1)
21
private
TestDuplexPipe
_pipe;