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