1 write to _hubConnection
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionReceiveBenchmark.cs (1)
87
_hubConnection
= hubConnectionBuilder.Build();
3 references to _hubConnection
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
HubConnectionReceiveBenchmark.cs (3)
88
_hubConnection
.On(MethodName, arguments.Select(v => v.GetType()).ToArray(), OnInvoke);
89
_hubConnection
.StartAsync().GetAwaiter().GetResult();
127
_hubConnection
.StopAsync().GetAwaiter().GetResult();