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