1 reference to s_allowedBoundaryChars
System.Net.Http (1)
System\Net\Http\MultipartContent.cs (1)
85
if (boundary.AsSpan().ContainsAnyExcept(
s_allowedBoundaryChars
))