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)
174
if (!_innerStream.EnsureBuffered(_boundary.
FinalBoundaryLength
))
254
if (!await _innerStream.EnsureBufferedAsync(_boundary.
FinalBoundaryLength
, cancellationToken))