1 type derived from HttpMethodActionConstraint
Microsoft.AspNetCore.Mvc.Cors (1)
12 instantiations of HttpMethodActionConstraint
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.Mvc.Core.Test (5)
Microsoft.AspNetCore.Mvc.Cors.Test (3)
Microsoft.AspNetCore.Mvc.Test (1)
55 references to HttpMethodActionConstraint
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
Microsoft.AspNetCore.Mvc.Core (6)
Microsoft.AspNetCore.Mvc.Core.Test (36)
Microsoft.AspNetCore.Mvc.Cors (2)
Microsoft.AspNetCore.Mvc.Cors.Test (10)
CorsApplicationModelProviderTest.cs (10)
37var constraint = Assert.Single(selector.ActionConstraints, c => c is HttpMethodActionConstraint);
56var constraint = Assert.Single(selector.ActionConstraints, c => c is HttpMethodActionConstraint);
74var constraint = Assert.Single(selector.ActionConstraints, c => c is HttpMethodActionConstraint);
93var constraint = Assert.Single(selector.ActionConstraints, c => c is HttpMethodActionConstraint);
112var constraint = Assert.Single(selector.ActionConstraints, c => c is HttpMethodActionConstraint);
130var constraint = Assert.Single(selector.ActionConstraints, c => c is HttpMethodActionConstraint);
151var constraint = Assert.Single(selector.ActionConstraints, c => c is HttpMethodActionConstraint);
170var constraint = Assert.Single(selector.ActionConstraints, c => c is HttpMethodActionConstraint);
189var constraint = Assert.Single(selector.ActionConstraints, c => c is HttpMethodActionConstraint);
207var constraint = Assert.Single(selector.ActionConstraints, c => c is HttpMethodActionConstraint);