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