2 writes to Captures
Microsoft.AspNetCore.Routing (2)
Matching\Candidate.cs (2)
55Captures = Array.Empty<(string parameterName, int segmentIndex, int slotIndex)>(); 76Captures = captures;
1 reference to Captures
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcher.cs (1)
143ProcessCaptures(slots, candidate.Captures, path, segments);