1 write to Depth
Microsoft.AspNetCore.Routing (1)
Tree\UrlMatchingNode.cs (1)
28Depth = length;
4 references to Depth
Microsoft.AspNetCore.Routing (4)
Tree\TreeEnumerator.cs (3)
56else if (next.Depth == _tokenizer.Count) 94Debug.Assert(next.Depth < _tokenizer.Count); 95if (next.Literals.TryGetValue(_tokenizer[next.Depth].Value, out var node))
Tree\UrlMatchingNode.cs (1)
84return $"Length: {Depth}, Matches: {string.Join(" | ", Matches?.Select(m => $"({m.TemplateMatcher.Template.TemplateText})"))}";