2 writes to _enumerator
Microsoft.AspNetCore.Components (2)
NavigationManagerExtensions.cs (2)
171
_enumerator
= default;
178
_enumerator
= values.GetEnumerator();
3 references to _enumerator
Microsoft.AspNetCore.Components (3)
NavigationManagerExtensions.cs (3)
184
if (
_enumerator
is null || !
_enumerator
.MoveNext())
189
var currentValue =
_enumerator
.Current;