4 references to GetEnumerator
Microsoft.CodeAnalysis (4)
Operations\ControlFlowGraphBuilder.cs (1)
3496while (currentOperation.ChildOperations.GetEnumerator() is var enumerator && enumerator.MoveNext())
Operations\IOperation.OperationList.cs (1)
73var enumerator = GetEnumerator();
Operations\OperationExtensions.cs (2)
99stack.Push(operation.ChildOperations.GetEnumerator()); 119stack.Push(current.ChildOperations.GetEnumerator());