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));