1 write to _handshakeRequestResult
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionContextBenchmark.cs (1)
32
_handshakeRequestResult
= new ReadResult(new ReadOnlySequence<byte>(memoryBufferWriter.ToArray()), false, false);
2 references to _handshakeRequestResult
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
HubConnectionContextBenchmark.cs (2)
57
_pipe.AddReadResult(new ValueTask<ReadResult>(
_handshakeRequestResult
));
66
_pipe.AddReadResult(new ValueTask<ReadResult>(
_handshakeRequestResult
));