4 references to Current
Microsoft.CodeAnalysis (4)
Operations\IOperation.OperationList.cs (1)
89return enumerator.Current;
Operations\IOperation.OperationList.Reversed.cs (3)
85/// to <code>default(Enumerator)</code>, and will null reference in these cases. Calling <see cref="Current"/> after 134public IOperation Current => _enumerator.Current; 135object? IEnumerator.Current => _enumerator.Current;