Implemented interface member:
2 references to MoveNext
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.cs (1)
57
while (enumerator.
MoveNext
())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.Enumerator.cs (1)
36
public bool MoveNext() => _nodeEnumerator.
MoveNext
();