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)
44public IEnumerable<string> HttpMethods => _httpMethods;