1 write to _slots
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcherBuilder.cs (1)
53
_slots
= new List<KeyValuePair<string, object>>();
5 references to _slots
Microsoft.AspNetCore.Routing (5)
Matching\DfaMatcherBuilder.cs (5)
742
_slots
.Clear();
750
_slots
.Add(kvp);
776
_slots
.Add(new KeyValuePair<string, object>(parameterPart.Name, requiredValue));
781
_slots
.Add(hasDefaultValue ? new KeyValuePair<string, object>(parameterPart.Name, parameterPart.Default) : default);
829
_slots
.ToArray(),