2 writes to queue
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\QueueSurrogate.cs (2)
47this.queue = new Queue(); 64this.queue = null;
5 references to queue
System.Workflow.ComponentModel (5)
AuthoringOM\Serializer\QueueSurrogate.cs (5)
45if (this.queue == null) 49return this.queue; 53if (this.queue != null) 58this.queue.Enqueue(items[n]); 62this.queue.Enqueue(this.item);