1 write to AllowedMethods
System.Web (1)
Routing\HttpMethodConstraint.cs (1)
16
AllowedMethods
= allowedMethods.ToList().AsReadOnly();
2 references to AllowedMethods
System.Web (2)
Routing\HttpMethodConstraint.cs (2)
40
return
AllowedMethods
.Any(method => String.Equals(method, httpContext.Request.HttpMethod,
68
return
AllowedMethods
.Any(method => String.Equals(method, parameterValueString,