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