1 write to synchronousListeners
System.Workflow.Runtime (1)
EventQueueState.cs (1)
33
this.
synchronousListeners
= new List<ActivityExecutorDelegateInfo<QueueEventArgs>>();
2 references to synchronousListeners
System.Workflow.Runtime (2)
EventQueueState.cs (2)
47
get { return this.
synchronousListeners
; }
73
this.
synchronousListeners
.AddRange(copyFromState.SynchronousListeners.ToArray());