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