4 implementations of AppliesToEndpoints
Microsoft.AspNetCore.Routing (4)
Matching\AcceptsMatcherPolicy.cs (1)
22
bool INodeBuilderPolicy.
AppliesToEndpoints
(IReadOnlyList<Endpoint> endpoints)
Matching\HostMatcherPolicy.cs (1)
26
bool INodeBuilderPolicy.
AppliesToEndpoints
(IReadOnlyList<Endpoint> endpoints)
Matching\HttpMethodMatcherPolicy.cs (1)
39
bool INodeBuilderPolicy.
AppliesToEndpoints
(IReadOnlyList<Endpoint> endpoints)
Matching\NegotiationMatcherPolicy.cs (1)
23
bool INodeBuilderPolicy.
AppliesToEndpoints
(IReadOnlyList<Endpoint> endpoints) =>
1 reference to AppliesToEndpoints
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcherBuilder.cs (1)
911
if (!nodeBuilder.
AppliesToEndpoints
(parent.Matches ?? (IReadOnlyList<Endpoint>)Array.Empty<Endpoint>()))