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)
62var data = new ReadOnlySequence<byte>(_binaryInput); 73if (bytes.Length != _binaryInput.Length)