1 write to _binaryInput
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubProtocolBenchmark.cs (1)
55
_binaryInput
= _hubProtocol.GetMessageBytes(_hubMessage);
2 references to _binaryInput
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
HubProtocolBenchmark.cs (2)
62
var data = new ReadOnlySequence<byte>(
_binaryInput
);
73
if (bytes.Length !=
_binaryInput
.Length)