1 write to _excludedConnectionIdsLarge
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
RedisProtocolBenchmark.cs (1)
43
_excludedConnectionIdsLarge
= GenerateIds(20);
2 references to _excludedConnectionIdsLarge
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
RedisProtocolBenchmark.cs (2)
49
_writtenInvocationLargeExclusions = _protocol.WriteInvocation(_methodName, _args, excludedConnectionIds:
_excludedConnectionIdsLarge
);
79
_protocol.WriteInvocation(_methodName, _args, excludedConnectionIds:
_excludedConnectionIdsLarge
);