1 write to _httpMethods
Microsoft.AspNetCore.Mvc.Core (1)
Routing\HttpMethodAttribute.cs (1)
39
_httpMethods
= httpMethods.ToList();
1 reference to _httpMethods
Microsoft.AspNetCore.Mvc.Core (1)
Routing\HttpMethodAttribute.cs (1)
44
public IEnumerable<string> HttpMethods =>
_httpMethods
;