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