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);
63
if (!
_hubProtocol
.TryParseMessage(ref data, _binder, out _))
72
var bytes =
_hubProtocol
.GetMessageBytes(_hubMessage);