3 references to MaxCount
Microsoft.AspNetCore.Routing.Microbenchmarks (3)
Matching\FastPathTokenizerSmallBenchmark.cs (3)
18var segments = stackalloc PathSegment[MaxCount]; 20NaiveBaseline(path, segments, MaxCount); 27Span<PathSegment> segments = stackalloc PathSegment[MaxCount];