1 write to _pipe
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionReceiveBenchmark.cs (1)
49
_pipe
= new TestDuplexPipe();
5 references to _pipe
Microsoft.AspNetCore.SignalR.Microbenchmarks (5)
HubConnectionReceiveBenchmark.cs (5)
50
_pipe
.AddReadResult(new ValueTask<ReadResult>(handshakeResponseResult));
58
_pipe
.AddReadResult(new ValueTask<ReadResult>(_nextReadTcs.Task));
82
connection.Transport =
_pipe
;
137
_pipe
.AddReadResult(new ValueTask<ReadResult>(new ReadResult(new ReadOnlySequence<byte>(_invocationMessageBytes), false, false)));
142
_pipe
.AddReadResult(new ValueTask<ReadResult>(_nextReadTcs.Task));