1 write to _arguments
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionSendBenchmark.cs (1)
70
_arguments
= new object[ArgumentCount];
3 references to _arguments
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
HubConnectionSendBenchmark.cs (3)
71
for (var i = 0; i <
_arguments
.Length; i++)
73
_arguments
[i] = "Hello world!";
93
return _hubConnection.SendCoreAsync("Dummy",
_arguments
);