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