2 writes to _revertActionList
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Hosting\AtomicComposition.cs (2)
108_revertActionList ??= new List<Action>(); 173_revertActionList = null;
6 references to _revertActionList
System.ComponentModel.Composition (6)
System\ComponentModel\Composition\Hosting\AtomicComposition.cs (6)
109_revertActionList.Add(revertAction); 146if (_revertActionList != null) 152for (int i = _revertActionList.Count - 1; i >= 0; i--) 154Action action = _revertActionList[i]; 236if (_revertActionList != null) 238foreach (Action action in _revertActionList)