2 writes to allSingletonExtensions
System.Activities (2)
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (2)
45
this.
allSingletonExtensions
= this.extensionManager.GetAllSingletonExtensions();
49
this.
allSingletonExtensions
= WorkflowInstanceExtensionManager.EmptySingletonExtensions;
3 references to allSingletonExtensions
System.Activities (3)
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (3)
291
for (int i = 0; i < this.
allSingletonExtensions
.Count; i++)
293
object extension = this.
allSingletonExtensions
[i];
355
foreach (T extension in this.
allSingletonExtensions
.OfType<T>())