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)
71for (var i = 0; i < _arguments.Length; i++) 73_arguments[i] = "Hello world!"; 93return _hubConnection.SendCoreAsync("Dummy", _arguments);