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(),