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)
53public IEnumerable<string> HttpMethods => _httpMethods; 63if (_httpMethods.Count == 0) 71for (var i = 0; i < _httpMethods.Count; i++) 73var supportedMethod = _httpMethods[i];