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