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