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