1 write to asynchronousListeners
System.Workflow.Runtime (1)
EventQueueState.cs (1)
34
this.
asynchronousListeners
= new List<ActivityExecutorDelegateInfo<QueueEventArgs>>();
2 references to asynchronousListeners
System.Workflow.Runtime (2)
EventQueueState.cs (2)
43
get { return this.
asynchronousListeners
; }
72
this.
asynchronousListeners
.AddRange(copyFromState.AsynchronousListeners.ToArray());