2 writes to _currentAggregationGroup
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
5465
_currentAggregationGroup
= VisitAndCapture(operation.Group);
5469
_currentAggregationGroup
= previousAggregationGroup;
3 references to _currentAggregationGroup
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
5464
IOperation? previousAggregationGroup =
_currentAggregationGroup
;
7447
if (
_currentAggregationGroup
!= null)
7449
return OperationCloner.CloneOperation(
_currentAggregationGroup
);