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)
31return !_expectLeadingCrlf; 35public ReadOnlySpan<byte> BoundaryBytes => _boundaryBytes.AsSpan(_expectLeadingCrlf ? 0 : 2);