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