Implemented interface member:
4 writes to Current
Microsoft.AspNetCore.Components (4)
src\Http\Routing\src\Tree\TreeEnumerator.cs (4)
20Current = null; 50Current = next; 60Current = next; 108Current = null;
2 references to Current
Microsoft.AspNetCore.Components (2)
src\Http\Routing\src\Tree\TreeEnumerator.cs (1)
27object IEnumerator.Current => Current;
src\Http\Routing\src\Tree\TreeRouter.cs (1)
237var node = treeEnumerator.Current;