Implemented interface member:
method
AppliesToEndpoints
Microsoft.AspNetCore.Routing.Matching.IEndpointSelectorPolicy.AppliesToEndpoints(System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint>)
2 references to AppliesToEndpoints
Microsoft.AspNetCore.Mvc.Test (2)
Routing\ActionConstraintMatcherPolicyTest.cs (2)
401var result = selector.AppliesToEndpoints(endpoints); 430var result = selector.AppliesToEndpoints(endpoints);