10 references to _methodNames
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Infrastructure\HttpUtilities.cs (1)
473var methodNames = _methodNames;
Internal\Infrastructure\HttpUtilities.Generated.cs (9)
51_methodNames[(byte)HttpMethod.Connect] = HttpMethods.Connect; 52_methodNames[(byte)HttpMethod.Delete] = HttpMethods.Delete; 53_methodNames[(byte)HttpMethod.Get] = HttpMethods.Get; 54_methodNames[(byte)HttpMethod.Head] = HttpMethods.Head; 55_methodNames[(byte)HttpMethod.Options] = HttpMethods.Options; 56_methodNames[(byte)HttpMethod.Patch] = HttpMethods.Patch; 57_methodNames[(byte)HttpMethod.Post] = HttpMethods.Post; 58_methodNames[(byte)HttpMethod.Put] = HttpMethods.Put; 59_methodNames[(byte)HttpMethod.Trace] = HttpMethods.Trace;