1 write to _excludedConnectionIdsSmall
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
RedisProtocolBenchmark.cs (1)
42
_excludedConnectionIdsSmall
= GenerateIds(2);
2 references to _excludedConnectionIdsSmall
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
RedisProtocolBenchmark.cs (2)
48
_writtenInvocationSmallExclusions = _protocol.WriteInvocation(_methodName, _args, excludedConnectionIds:
_excludedConnectionIdsSmall
);
73
_protocol.WriteInvocation(_methodName, _args, excludedConnectionIds:
_excludedConnectionIdsSmall
);