9 references to
Microsoft.AspNetCore.Mvc.Core (8)
HttpDeleteAttribute.cs (1)
29: base(_supportedMethods, template)
HttpGetAttribute.cs (1)
29: base(_supportedMethods, template)
HttpHeadAttribute.cs (1)
29: base(_supportedMethods, template)
HttpOptionsAttribute.cs (1)
29: base(_supportedMethods, template)
HttpPatchAttribute.cs (1)
29: base(_supportedMethods, template)
HttpPostAttribute.cs (1)
29: base(_supportedMethods, template)
HttpPutAttribute.cs (1)
29: base(_supportedMethods, template)
Routing\HttpMethodAttribute.cs (1)
25: this(httpMethods, null)
Microsoft.AspNetCore.Mvc.Core.Test (1)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (1)
1790: base(_httpMethods, template)