2 references to Enumerator
Microsoft.CodeAnalysis (2)
Operations\IOperation.OperationList.Reversed.cs (2)
37public Enumerator GetEnumerator() => new Enumerator(_operation); 78return new EnumeratorImpl(new Enumerator(_operation));