4 references to HttpPatch
FormatterWebSite (1)
Controllers\JsonPatchController.cs (1)
12[HttpPatch]
Microsoft.AspNetCore.Mvc.Core.Test (3)
Infrastructure\ActionSelectorTest.cs (1)
1236[HttpPatch]
Routing\HttpMethodProviderAttributesTests.cs (1)
26data.Add(new HttpPatchAttribute(), new[] { "PATCH" });
Routing\RouteTemplateProviderAttributesTest.cs (1)
24data.Add(new HttpPatchAttribute());