1 write to _maxSegmentCount
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcher.cs (1)
27
_maxSegmentCount
= maxSegmentCount;
1 reference to _maxSegmentCount
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcher.cs (1)
45
Span<PathSegment> buffer = stackalloc PathSegment[
_maxSegmentCount
];