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