1 write to _operation
Microsoft.CodeAnalysis (1)
Operations\IOperation.OperationList.cs (1)
30_operation = operation;
5 references to _operation
Microsoft.CodeAnalysis (5)
Operations\IOperation.OperationList.cs (5)
33public int Count => _operation.ChildOperationsCount; 35public Enumerator GetEnumerator() => new Enumerator(_operation); 39switch (_operation) 64return new EnumeratorImpl(new Enumerator(_operation)); 82public Reversed Reverse() => new Reversed(_operation);