1 write to HubMethodArguments
Microsoft.AspNetCore.SignalR.Core (1)
HubInvocationContext.cs (1)
29HubMethodArguments = hubMethodArguments;
2 references to HubMethodArguments
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (2)
57var arguments = invocationContext.HubMethodArguments as object?[] ?? invocationContext.HubMethodArguments.ToArray();