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);
146
if (
_revertActionList
!= null)
152
for (int i =
_revertActionList
.Count - 1; i >= 0; i--)
154
Action action =
_revertActionList
[i];
236
if (
_revertActionList
!= null)
238
foreach (Action action in
_revertActionList
)