6 references to Patch
InMemory.FunctionalTests (1)
ResponseTests.cs (1)
611HttpMethod.Patch,
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\HttpUtilities.cs (1)
331HttpMethod.Patch,
Internal\Infrastructure\HttpUtilities.Generated.cs (2)
45SetKnownMethod(_mask6Chars, _httpPatchMethodLong, HttpMethod.Patch, 5); 56_methodNames[(byte)HttpMethod.Patch] = HttpMethods.Patch;
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
HttpUtilitiesTest.cs (1)
20[InlineData("PATCH / HTTP/1.1", true, "PATCH", (int)HttpMethod.Patch)]
KnownStringsTests.cs (1)
53CreateTestDataEntry(_methodPatch, (int)HttpMethod.Patch, 5, true),