1 write to _groupCommand
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
RedisProtocolBenchmark.cs (1)
36_groupCommand = new RedisGroupCommand(id: 42, serverName: "Server", GroupAction.Add, groupName: "group", connectionId: "connection");
2 references to _groupCommand
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
RedisProtocolBenchmark.cs (2)
46_writtenGroupCommand = RedisProtocol.WriteGroupCommand(_groupCommand); 61RedisProtocol.WriteGroupCommand(_groupCommand);