1 write to _assignments
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcherBuilder.cs (1)
52
_assignments
= new Dictionary<string, int>(StringComparer.OrdinalIgnoreCase);
6 references to _assignments
Microsoft.AspNetCore.Routing (6)
Matching\DfaMatcherBuilder.cs (6)
741
_assignments
.Clear();
749
_assignments
.Add(kvp.Key,
_assignments
.Count);
767
if (!
_assignments
.TryGetValue(parameterPart.Name, out var slotIndex))
769
slotIndex =
_assignments
.Count;
770
_assignments
.Add(parameterPart.Name, slotIndex);