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)
32
public int Count =>
_operation
.ChildOperationsCount;
34
public Enumerator GetEnumerator() => new Enumerator(
_operation
);
38
switch (
_operation
)
63
return new EnumeratorImpl(new Enumerator(
_operation
));
81
public Reversed Reverse() => new Reversed(
_operation
);