1 write to _operation
Microsoft.CodeAnalysis (1)
Operations\IOperation.OperationList.cs (1)
29_operation = operation;
5 references to _operation
Microsoft.CodeAnalysis (5)
Operations\IOperation.OperationList.cs (5)
32public int Count => _operation.ChildOperationsCount; 34public Enumerator GetEnumerator() => new Enumerator(_operation); 38switch (_operation) 63return new EnumeratorImpl(new Enumerator(_operation)); 81public Reversed Reverse() => new Reversed(_operation);