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)
176
public int Version =>
_innerProtocol
.Version;
178
public TransferFormat TransferFormat =>
_innerProtocol
.TransferFormat;
188
return
_innerProtocol
.TryParseMessage(ref input, binder, out message);
193
_innerProtocol
.WriteMessage(message, output);
203
return
_innerProtocol
.IsVersionSupported(version);