1 write to _boundaryBytes
Microsoft.AspNetCore.WebUtilities (1)
MultipartBoundary.cs (1)
18_boundaryBytes = Encoding.UTF8.GetBytes("\r\n--" + boundary);
1 reference to _boundaryBytes
Microsoft.AspNetCore.WebUtilities (1)
MultipartBoundary.cs (1)
29public ReadOnlySpan<byte> BoundaryBytes => _boundaryBytes.AsSpan(_expectLeadingCrlf ? 0 : 2);