2 writes to _expectLeadingCrlf
Microsoft.AspNetCore.WebUtilities (2)
MultipartBoundary.cs (2)
17
_expectLeadingCrlf
= expectLeadingCrlf;
25
_expectLeadingCrlf
= true;
1 reference to _expectLeadingCrlf
Microsoft.AspNetCore.WebUtilities (1)
MultipartBoundary.cs (1)
29
public ReadOnlySpan<byte> BoundaryBytes => _boundaryBytes.AsSpan(
_expectLeadingCrlf
? 0 : 2);