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();