10 instantiations of PolicyJumpTableEdge
Microsoft.AspNetCore.Routing (1)
Microsoft.AspNetCore.Routing.Tests (9)
Matching\AcceptsMatcherPolicyTest.cs (8)
289new PolicyJumpTableEdge(string.Empty, 0),
290new PolicyJumpTableEdge("*/*", 1),
291new PolicyJumpTableEdge("application/*", 2),
292new PolicyJumpTableEdge("text/*", 3),
293new PolicyJumpTableEdge("application/*+xml", 4),
294new PolicyJumpTableEdge("application/*+json", 5),
295new PolicyJumpTableEdge("application/json", 6),
296new PolicyJumpTableEdge("application/xml", 7),
22 references to PolicyJumpTableEdge
Microsoft.AspNetCore.Routing (14)
Microsoft.AspNetCore.Routing.Microbenchmarks (3)
Microsoft.AspNetCore.Routing.Tests (5)