1 write to _namedEntries
Microsoft.AspNetCore.Routing (1)
Tree\TreeRouter.cs (1)
88_namedEntries = new Dictionary<string, OutboundMatch>(StringComparer.OrdinalIgnoreCase);
3 references to _namedEntries
Microsoft.AspNetCore.Routing (3)
Tree\TreeRouter.cs (3)
107if (_namedEntries.TryGetValue(entry.RouteName, out var namedMatch) && 119_namedEntries.Add(entry.RouteName, outboundMatch); 268if (_namedEntries.TryGetValue(context.RouteName, out var match))