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