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