Implemented interface member:
method
BuildJumpTable
Microsoft.AspNetCore.Routing.Matching.INodeBuilderPolicy.BuildJumpTable(System.Int32, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyJumpTableEdge>)
1 reference to BuildJumpTable
Microsoft.AspNetCore.Routing.Tests (1)
Matching\AcceptsMatcherPolicyTest.cs (1)
301
var jumpTable = policy.
BuildJumpTable
(-1, edges);