5 writes to PathDepth
Microsoft.AspNetCore.Routing (5)
Matching\DfaMatcherBuilder.cs (5)
74var root = new DfaNode() { PathDepth = 0, Label = includeLabel ? "/" : null }; 289PathDepth = parent.PathDepth + 1, 314PathDepth = parent.PathDepth + 1, 351PathDepth = parent.PathDepth + 1, 502PathDepth = parent.PathDepth + 1,
6 references to PathDepth
Microsoft.AspNetCore.Routing (6)
Matching\DfaMatcherBuilder.cs (5)
289PathDepth = parent.PathDepth + 1, 314PathDepth = parent.PathDepth + 1, 351PathDepth = parent.PathDepth + 1, 502PathDepth = parent.PathDepth + 1, 560maxSegmentCount = Math.Max(maxSegmentCount, node.PathDepth);
Matching\DfaNode.cs (1)
118builder.Append(PathDepth);