4 implementations of BuildJumpTable
Microsoft.AspNetCore.Routing (4)
Matching\AcceptsMatcherPolicy.cs (1)
260public PolicyJumpTable BuildJumpTable(int exitDestination, IReadOnlyList<PolicyJumpTableEdge> edges)
Matching\HostMatcherPolicy.cs (1)
292public PolicyJumpTable BuildJumpTable(int exitDestination, IReadOnlyList<PolicyJumpTableEdge> edges)
Matching\HttpMethodMatcherPolicy.cs (1)
311public PolicyJumpTable BuildJumpTable(int exitDestination, IReadOnlyList<PolicyJumpTableEdge> edges)
Matching\NegotiationMatcherPolicy.cs (1)
358PolicyJumpTable INodeBuilderPolicy.BuildJumpTable(int exitDestination, IReadOnlyList<PolicyJumpTableEdge> edges)
1 reference to BuildJumpTable
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcherBuilder.cs (1)
700return nodeBuilder.BuildJumpTable(exitDestination, policyEntries);