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