2 references to GetKnownMethodIndex
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\HttpUtilities.cs (2)
35
_knownMethods[
GetKnownMethodIndex
(knownMethodUlong)] = new Tuple<ulong, ulong, HttpMethod, int>(mask, knownMethodUlong, knownMethod, length);
227
var index =
GetKnownMethodIndex
(value);