1 write to _handshakeResponseResult
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionStartBenchmark.cs (1)
31
_handshakeResponseResult
= new ReadResult(new ReadOnlySequence<byte>(writer.ToArray()), false, false);
1 reference to _handshakeResponseResult
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionStartBenchmark.cs (1)
58
_pipe.AddReadResult(new ValueTask<ReadResult>(
_handshakeResponseResult
));