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