2 references to MaxParameters
Microsoft.AspNetCore.Components.Web (2)
JSComponents\JSComponentInterop.cs (2)
85if (parameterCount < 0 || parameterCount > MaxParameters) 87throw new ArgumentOutOfRangeException($"{nameof(parameterCount)} must be between 0 and {MaxParameters}.");