1 write to _pipe
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionContextBenchmark.cs (1)
39
_pipe
= new TestDuplexPipe();
4 references to _pipe
Microsoft.AspNetCore.SignalR.Microbenchmarks (4)
HubConnectionContextBenchmark.cs (4)
41
var connection = new DefaultConnectionContext(Guid.NewGuid().ToString(),
_pipe
,
_pipe
);
57
_pipe
.AddReadResult(new ValueTask<ReadResult>(_handshakeRequestResult));
66
_pipe
.AddReadResult(new ValueTask<ReadResult>(_handshakeRequestResult));