10 references to MoveNext
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (1)
3496
while (currentOperation.ChildOperations.GetEnumerator() is var enumerator && enumerator.
MoveNext
())
Operations\IOperation.OperationList.cs (4)
74
if (enumerator.
MoveNext
())
98
/// <see cref="Enumerator.
MoveNext
"/> has returned false will throw an <see cref="InvalidOperationException"/>.
104
/// Implementation of the <see cref="Enumerator.
MoveNext
"/> and <see cref="Enumerator.Current"/>
157
public bool MoveNext() => _enumerator.
MoveNext
();
Operations\OperationExtensions.cs (1)
105
if (!iterator.
MoveNext
())
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Performance\UseAsSpanInsteadOfRangeIndexer.cs (3)
135
if (!enumerator.
MoveNext
())
142
if (!enumerator.
MoveNext
())
150
if (enumerator.
MoveNext
())
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\Extensions\IOperationExtensions.cs (1)
806
if (enumerator.
MoveNext
())