1 reference to _allowedFieldChars
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\ServerInfrastructure\HttpCharacters.cs (1)
51
public static int IndexOfInvalidFieldValueChar(ReadOnlySpan<char> span) => span.IndexOfAnyExcept(
_allowedFieldChars
);