1 reference to _allowedTokenChars
IISExpress.FunctionalTests (1)
src\Shared\ServerInfrastructure\HttpCharacters.cs (1)
45public static int IndexOfInvalidTokenChar(ReadOnlySpan<char> span) => span.IndexOfAnyExcept(_allowedTokenChars);