1 write to MaxRecursionDepth
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\HttpContextFormValueMapper.cs (1)
140MaxRecursionDepth = options.MaxRecursionDepth,
3 references to MaxRecursionDepth
Microsoft.AspNetCore.Components.Endpoints (3)
FormMapping\FormDataReader.cs (3)
196if (_currentDepth > MaxRecursionDepth) 230if (_currentDepth > MaxRecursionDepth) 232throw new InvalidOperationException($"The maximum recursion depth of '{MaxRecursionDepth}' was exceeded for '{_currentPrefixBuffer}{separator}{key}'.");