1 write to _hubProtocols
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\DefaultHubMessageSerializer.cs (1)
16
_hubProtocols
= new List<IHubProtocol>(supportedProtocols.Count);
3 references to _hubProtocols
Microsoft.AspNetCore.SignalR.StackExchangeRedis (3)
Internal\DefaultHubMessageSerializer.cs (3)
22
_hubProtocols
.Add(protocol);
29
var list = new List<SerializedMessage>(
_hubProtocols
.Count);
30
foreach (var protocol in
_hubProtocols
)