Base:
method
GetDestination
Microsoft.AspNetCore.Routing.Matching.JumpTable.GetDestination(System.String, Microsoft.AspNetCore.Routing.Matching.PathSegment)
2 references to GetDestination
Microsoft.AspNetCore.Routing.Tests (2)
Matching\ZeroEntryJumpTableTest.cs (2)
15var result = table.GetDestination("ignored", new PathSegment(0, 0)); 28var result = table.GetDestination("ignored", new PathSegment(0, 1));