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
);
61
RedisProtocol.WriteGroupCommand(
_groupCommand
);