1 write to Literals
Microsoft.AspNetCore.Routing (1)
Tree\UrlMatchingNode.cs (1)
31Literals = new Dictionary<string, UrlMatchingNode>(StringComparer.OrdinalIgnoreCase);
4 references to Literals
Microsoft.AspNetCore.Routing (4)
Tree\TreeEnumerator.cs (2)
92if (next.Literals.Count > 0) 95if (next.Literals.TryGetValue(_tokenizer[next.Depth].Value, out var node))
Tree\UrlMatchingTree.cs (2)
103if (!current.Literals.TryGetValue(part.Text, out var next)) 106current.Literals.Add(part.Text, next);