8 references to SetKnownMethod
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Infrastructure\HttpUtilities.Generated.cs (8)
42SetKnownMethod(_mask4Chars, _httpPutMethodLong, HttpMethod.Put, 3);
43SetKnownMethod(_mask5Chars, _httpHeadMethodLong, HttpMethod.Head, 4);
44SetKnownMethod(_mask5Chars, _httpPostMethodLong, HttpMethod.Post, 4);
45SetKnownMethod(_mask6Chars, _httpPatchMethodLong, HttpMethod.Patch, 5);
46SetKnownMethod(_mask6Chars, _httpTraceMethodLong, HttpMethod.Trace, 5);
47SetKnownMethod(_mask7Chars, _httpDeleteMethodLong, HttpMethod.Delete, 6);
48SetKnownMethod(_mask8Chars, _httpConnectMethodLong, HttpMethod.Connect, 7);
49SetKnownMethod(_mask8Chars, _httpOptionsMethodLong, HttpMethod.Options, 7);