2 writes to _currentAggregationGroup
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
5454
_currentAggregationGroup
= VisitAndCapture(operation.Group);
5458
_currentAggregationGroup
= previousAggregationGroup;
3 references to _currentAggregationGroup
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
5453
IOperation? previousAggregationGroup =
_currentAggregationGroup
;
7411
if (
_currentAggregationGroup
!= null)
7413
return OperationCloner.CloneOperation(
_currentAggregationGroup
);