7 implementations of AppliesToEndpoints
Microsoft.AspNetCore.Mvc.Core (2)
Routing\ActionConstraintMatcherPolicy.cs (1)
31public bool AppliesToEndpoints(IReadOnlyList<Endpoint> endpoints)
Routing\DynamicControllerEndpointMatcherPolicy.cs (1)
30public bool AppliesToEndpoints(IReadOnlyList<Endpoint> endpoints)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DynamicPageEndpointMatcherPolicy.cs (1)
33public bool AppliesToEndpoints(IReadOnlyList<Endpoint> endpoints)
Microsoft.AspNetCore.Routing (4)
Matching\AcceptsMatcherPolicy.cs (1)
34bool IEndpointSelectorPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint> endpoints)
Matching\HostMatcherPolicy.cs (1)
33bool IEndpointSelectorPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint> endpoints)
Matching\HttpMethodMatcherPolicy.cs (1)
51bool IEndpointSelectorPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint> endpoints)
Matching\NegotiationMatcherPolicy.cs (1)
26bool IEndpointSelectorPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint> endpoints) =>
1 reference to AppliesToEndpoints
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcherBuilder.cs (1)
655if (endpointSelectorPolicy.AppliesToEndpoints(node.Matches))