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