2 writes to _currentAggregationGroup
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
5456
_currentAggregationGroup
= VisitAndCapture(operation.Group);
5460
_currentAggregationGroup
= previousAggregationGroup;
3 references to _currentAggregationGroup
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
5455
IOperation? previousAggregationGroup =
_currentAggregationGroup
;
7435
if (
_currentAggregationGroup
!= null)
7437
return OperationCloner.CloneOperation(
_currentAggregationGroup
);