1 write to _captures
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcherBuilder.cs (1)
54_captures = new List<(string parameterName, int segmentIndex, int slotIndex)>();
3 references to _captures
Microsoft.AspNetCore.Routing (3)
Matching\DfaMatcherBuilder.cs (3)
743_captures.Clear(); 796_captures.Add((parameterPart.Name, i, slotIndex)); 830_captures.ToArray(),