3 references to _mask8Chars
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\HttpUtilities.cs (1)
42
var invalidHttpMethod = new Tuple<ulong, ulong, HttpMethod, int>(
_mask8Chars
, 0ul, HttpMethod.Custom, 0);
Internal\Infrastructure\HttpUtilities.Generated.cs (2)
48
SetKnownMethod(
_mask8Chars
, _httpConnectMethodLong, HttpMethod.Connect, 7);
49
SetKnownMethod(
_mask8Chars
, _httpOptionsMethodLong, HttpMethod.Options, 7);