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