2 instantiations of SerializedHubMessage
Microsoft.AspNetCore.SignalR.Core (1)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
17 references to SerializedHubMessage
Microsoft.AspNetCore.SignalR.Core (13)
DefaultHubLifetimeManager.cs (6)
102SerializedHubMessage? message = null;
147private static void SendToGroupConnections(string methodName, object?[] args, ConcurrentDictionary<string, HubConnectionContext> connections, Func<HubConnectionContext, object?, bool>? include, object? state, ref List<Task>? tasks, ref SerializedHubMessage? message, CancellationToken cancellationToken)
212SerializedHubMessage? message = null;
229SerializedHubMessage? message = null;
262SerializedHubMessage? message = null;
275private static SerializedHubMessage CreateSerializedInvocationMessage(string methodName, object?[] args)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (4)