1 write to _innerProtocol
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
RedisHubLifetimeManagerBenchmark.cs (1)
183_innerProtocol = innerProtocol;
5 references to _innerProtocol
Microsoft.AspNetCore.SignalR.Microbenchmarks (5)
RedisHubLifetimeManagerBenchmark.cs (5)
176public int Version => _innerProtocol.Version; 178public TransferFormat TransferFormat => _innerProtocol.TransferFormat; 188return _innerProtocol.TryParseMessage(ref input, binder, out message); 193_innerProtocol.WriteMessage(message, output); 203return _innerProtocol.IsVersionSupported(version);