1 write to _hubConnection
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionSendBenchmark.cs (1)
67_hubConnection = hubConnectionBuilder.Build();
3 references to _hubConnection
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
HubConnectionSendBenchmark.cs (3)
68_hubConnection.StartAsync().GetAwaiter().GetResult(); 87_hubConnection.StopAsync().GetAwaiter().GetResult(); 93return _hubConnection.SendCoreAsync("Dummy", _arguments);