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