2 writes to BufferBodyLengthLimit
Microsoft.AspNetCore.Http (1)
Internal\MutableFormOptionsMetadata.cs (1)
13BufferBodyLengthLimit = BufferBodyLengthLimit ?? baseFormOptions.BufferBodyLengthLimit,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
74set => FormOptions.BufferBodyLengthLimit = value;
4 references to BufferBodyLengthLimit
Microsoft.AspNetCore.Http (3)
Features\FormFeature.cs (1)
201_request.EnableRewind(_options.MemoryBufferThreshold, _options.BufferBodyLengthLimit);
Features\FormOptions.cs (1)
22/// Default value for <see cref="BufferBodyLengthLimit"/>.
Internal\MutableFormOptionsMetadata.cs (1)
13BufferBodyLengthLimit = BufferBodyLengthLimit ?? baseFormOptions.BufferBodyLengthLimit,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
73get => FormOptions.BufferBodyLengthLimit;