1 write to _httpMethods
Microsoft.AspNetCore.Mvc.Core (1)
ActionConstraints\HttpMethodActionConstraint.cs (1)
47
_httpMethods
= new ReadOnlyCollection<string>(methods);
4 references to _httpMethods
Microsoft.AspNetCore.Mvc.Core (4)
ActionConstraints\HttpMethodActionConstraint.cs (4)
53
public IEnumerable<string> HttpMethods =>
_httpMethods
;
63
if (
_httpMethods
.Count == 0)
71
for (var i = 0; i <
_httpMethods
.Count; i++)
73
var supportedMethod =
_httpMethods
[i];