4 references to MaxRecursionDepth
Microsoft.AspNetCore.Http.Extensions (4)
RequestDelegateFactory.cs (1)
2227Expression.Property(formReader, nameof(FormDataReader.MaxRecursionDepth)),
src\aspnetcore\src\Components\Endpoints\src\FormMapping\FormDataReader.cs (3)
189if (_currentDepth > MaxRecursionDepth) 223if (_currentDepth > MaxRecursionDepth) 225throw new InvalidOperationException($"The maximum recursion depth of '{MaxRecursionDepth}' was exceeded for '{_currentPrefixBuffer}{separator}{key}'.");