8 references to ReadInvocation
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
RedisProtocolBenchmark.cs (3)
97
RedisProtocol.
ReadInvocation
(_writtenInvocationNoExclusions);
103
RedisProtocol.
ReadInvocation
(_writtenInvocationSmallExclusions);
109
RedisProtocol.
ReadInvocation
(_writtenInvocationLargeExclusions);
Microsoft.AspNetCore.SignalR.StackExchangeRedis (4)
RedisHubLifetimeManager.cs (4)
459
var invocation = RedisProtocol.
ReadInvocation
(channelMessage.Message);
536
var invocation = RedisProtocol.
ReadInvocation
(channelMessage.Message);
595
var invocation = RedisProtocol.
ReadInvocation
(channelMessage.Message);
621
var invocation = RedisProtocol.
ReadInvocation
(channelMessage.Message);
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisProtocolTests.cs (1)
150
var decoded = RedisProtocol.
ReadInvocation
(testData.Encoded);