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