2 writes to _expectLeadingCrlf
Microsoft.AspNetCore.WebUtilities (2)
MultipartBoundary.cs (2)
17
_expectLeadingCrlf
= false;
25
_expectLeadingCrlf
= true;
2 references to _expectLeadingCrlf
Microsoft.AspNetCore.WebUtilities (2)
MultipartBoundary.cs (2)
31
return !
_expectLeadingCrlf
;
35
public ReadOnlySpan<byte> BoundaryBytes => _boundaryBytes.AsSpan(
_expectLeadingCrlf
? 0 : 2);