3 writes to _hubProtocol
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
HubProtocolBenchmark.cs (3)
29_hubProtocol = new MessagePackHubProtocol(); 32_hubProtocol = new JsonHubProtocol(); 35_hubProtocol = new NewtonsoftJsonHubProtocol();
3 references to _hubProtocol
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
HubProtocolBenchmark.cs (3)
55_binaryInput = _hubProtocol.GetMessageBytes(_hubMessage); 63if (!_hubProtocol.TryParseMessage(ref data, _binder, out _)) 72var bytes = _hubProtocol.GetMessageBytes(_hubMessage);