2 writes to ConstrainedParameters
Microsoft.AspNetCore.Routing (2)
Tree\UrlMatchingTree.cs (2)
91
current.
ConstrainedParameters
= new UrlMatchingNode(length: i + 1);
143
current.
ConstrainedParameters
= new UrlMatchingNode(length: i + 1);
6 references to ConstrainedParameters
Microsoft.AspNetCore.Routing (6)
Tree\TreeEnumerator.cs (2)
87
if (next.
ConstrainedParameters
!= null)
89
_stack.Push(next.
ConstrainedParameters
);
Tree\UrlMatchingTree.cs (4)
89
if (current.
ConstrainedParameters
== null)
94
current = current.
ConstrainedParameters
;
141
if (current.
ConstrainedParameters
== null)
146
current = current.
ConstrainedParameters
;