1 write to FinalBoundaryLength
Microsoft.AspNetCore.WebUtilities (1)
MultipartBoundary.cs (1)
20
FinalBoundaryLength
= BoundaryBytes.Length + 2; // Include the final '--' terminator.
2 references to FinalBoundaryLength
Microsoft.AspNetCore.WebUtilities (2)
MultipartReaderStream.cs (2)
164
if (!_innerStream.EnsureBuffered(_boundary.
FinalBoundaryLength
))
244
if (!await _innerStream.EnsureBufferedAsync(_boundary.
FinalBoundaryLength
, cancellationToken))