1 reference to _allowedTokenBytes
Microsoft.AspNetCore.Server.HttpSys (1)
src\Shared\ServerInfrastructure\HttpCharacters.cs (1)
47public static int IndexOfInvalidTokenChar(ReadOnlySpan<byte> span) => span.IndexOfAnyExcept(_allowedTokenBytes);