1 write to MethodParameters
Microsoft.AspNetCore.SignalR.Core (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
35
MethodParameters
= methodInfo.GetParameters();
3 references to MethodParameters
Microsoft.AspNetCore.SignalR.Core (3)
Internal\HubMethodDescriptor.cs (2)
61
ParameterTypes = methodExecutor.
MethodParameters
.Where((p, index) =>
141
OriginalParameterTypes = methodExecutor.
MethodParameters
.Select(p => p.ParameterType).ToArray();
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
189
if (index < 0 || index >
MethodParameters
.Length - 1)