2 writes to _revertActionList
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Hosting\AtomicComposition.cs (2)
108
_revertActionList
??= new List<Action>();
176
_revertActionList
= null;
6 references to _revertActionList
System.ComponentModel.Composition (6)
System\ComponentModel\Composition\Hosting\AtomicComposition.cs (6)
109
_revertActionList
.Add(revertAction);
149
if (
_revertActionList
!= null)
155
for (int i =
_revertActionList
.Count - 1; i >= 0; i--)
157
Action action =
_revertActionList
[i];
239
if (
_revertActionList
!= null)
241
foreach (Action action in
_revertActionList
)