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