1 write to _hubConnection
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionStartBenchmark.cs (1)
53
_hubConnection
= hubConnectionBuilder.Build();
2 references to _hubConnection
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
HubConnectionStartBenchmark.cs (2)
66
await
_hubConnection
.StartAsync();
67
await
_hubConnection
.StopAsync();