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)
33
public int Count =>
_operation
.ChildOperationsCount;
35
public Enumerator GetEnumerator() => new Enumerator(
_operation
);
39
switch (
_operation
)
64
return new EnumeratorImpl(new Enumerator(
_operation
));
82
public Reversed Reverse() => new Reversed(
_operation
);